import { InputType } from '../core/types/types.ts';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
    iconClass: {
        default: string;
        type: StringConstructor;
    };
    inputType: {
        default: string;
        type: () => InputType;
    };
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
    onChangeInputName: (value: InputType) => any;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    iconClass: {
        default: string;
        type: StringConstructor;
    };
    inputType: {
        default: string;
        type: () => InputType;
    };
}>> & Readonly<{
    onOnChangeInputName?: ((value: InputType) => any) | undefined;
}>, {
    iconClass: string;
    inputType: InputType;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
export default _default;
