import { type InputMemoryUnitProp } from './props'; import './style/input-memory'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: StringConstructor; default: undefined; }; defaultUnit: { type: import("vue").PropType; default: string; }; fixedUnit: { type: import("vue").PropType; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }, { inputVal: import("vue").Ref; unitVal: import("vue").Ref; unitOptions: import("vue").ComputedRef; onHandleChangeUnit: (newUnit: InputMemoryUnitProp) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; fixedUnit: { type: import("vue").PropType; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; modelValue: string; defaultUnit: InputMemoryUnitProp; fixedUnit: InputMemoryUnitProp; }>; export default _default;