import { FieldInputProps } from "./viewModel";
declare function copy(showMicroToaster: boolean, target?: HTMLInputElement): void;
declare function __VLS_template(): {
    attrs: Partial<{}>;
    slots: {
        default?(_: {}): any;
    };
    refs: {
        inputField: HTMLInputElement;
        slot: HTMLDivElement;
    };
    rootEl: HTMLDivElement;
};
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
declare const __VLS_component: import("vue").DefineComponent<FieldInputProps, {
    checkField: (showError?: boolean, onMounted?: boolean) => {
        isValid: boolean;
        id: any;
        values: any;
    } | {
        isValid: boolean;
        id: any;
        values?: undefined;
    };
    copy: typeof copy;
    focus: () => void;
    resetError: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    error: (item: any) => any;
    "update:modelValue": (item: string) => any;
    validated: (validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any;
    copied: () => any;
}, string, import("vue").PublicProps, Readonly<FieldInputProps> & Readonly<{
    onError?: ((item: any) => any) | undefined;
    "onUpdate:modelValue"?: ((item: string) => any) | undefined;
    onValidated?: ((validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any) | undefined;
    onCopied?: (() => any) | undefined;
}>, {
    showError: boolean;
    disabled: boolean;
    readonly: boolean;
    clickToCopy: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
    inputField: HTMLInputElement;
    slot: HTMLDivElement;
}, HTMLDivElement>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=View.vue.d.ts.map