import { Mandatory } from "../../../viewModel";
interface Props {
    id: string;
    label: string;
    modelValue?: string;
    helperMessage?: string;
    placeholder?: string;
    mandatory: Mandatory;
    values: {
        label: string;
        value: string;
    }[];
    disabled?: boolean;
}
declare const _default: import("vue").DefineComponent<Props, {
    checkField: (showError?: boolean, onMounted?: boolean) => {
        isValid: boolean;
        id: any;
        values: any;
    } | {
        isValid: boolean;
        id: any;
        values?: undefined;
    };
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    error: (item: any) => any;
    "update:modelValue": (item: string) => any;
    validated: (validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any;
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
    onError?: ((item: any) => any) | undefined;
    "onUpdate:modelValue"?: ((item: string) => any) | undefined;
    onValidated?: ((validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any) | undefined;
}>, {
    disabled: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=View.vue.d.ts.map