import type { CurrencyInputOptions } from 'vue-currency-input'; import type { InputProps } from './Input.vue'; export interface CurrencyInputProps extends Omit { inputOptions?: Partial; modelValue?: string | null; hidePrepend?: boolean; } declare const __VLS_export: import("vue").DefineComponent; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:model-value": (v: string | null | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:model-value"?: ((v: string | null | undefined) => any) | undefined; }>, { id: string; label: string; modelValue: string | null; errorText: string; hintText: string; inputOptions: Partial; hidePrepend: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;