declare const _default: import('vue').DefineComponent<{}, {
    $emit: (event: "focus" | "blur" | "update:modelValue", ...args: any[]) => void;
    type: string;
    required: boolean;
    error: string;
    size: string;
    disabled: boolean;
    label: string;
    modelValue: string | number;
    placeholder: string;
    readonly: boolean;
    helpText: string;
    $props: {
        readonly type?: string | undefined;
        readonly required?: boolean | undefined;
        readonly error?: string | undefined;
        readonly size?: string | undefined;
        readonly disabled?: boolean | undefined;
        readonly label?: string | undefined;
        readonly modelValue?: string | number | undefined;
        readonly placeholder?: string | undefined;
        readonly readonly?: boolean | undefined;
        readonly helpText?: string | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=Input.vue.d.ts.map