import StandardEditor from './standard';
/**
 * CRUD editor for int32 values.
 */
export default class Int32Editor extends StandardEditor {
    /**
     * Get the number of characters the value should display.
     *
     * @param {Boolean} editMode - If the element is being edited.
     *
     * @returns {Number} The number of characters.
     */
    size(): number;
}
//# sourceMappingURL=int32.d.ts.map