import { FieldLayoutType, Mandatory } from "../../../viewModel";
interface Props {
    id: string;
    label: string;
    helperMessage?: string;
    placeholder?: string;
    mandatory: Mandatory;
    disabled?: boolean;
    translatable?: boolean;
    appendToBody?: boolean;
    maxHeight?: 'none' | 120 | 200 | 500;
    layout?: FieldLayoutType;
}
type __VLS_Props = Props;
type __VLS_PublicProps = {
    'categoryOptions': any[];
    'selected'?: string;
} & __VLS_Props;
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
    checkField: (showError?: boolean, onMounted?: boolean) => {
        isValid: boolean;
        id: any;
        values: any;
    } | {
        isValid: boolean;
        id: any;
        values?: undefined;
    };
    close: typeof close;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:selected": (value: string) => any;
    "update:categoryOptions": (value: any[]) => any;
} & {
    error: (item: any) => any;
    validated: (validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    onError?: ((item: any) => any) | undefined;
    onValidated?: ((validation: {
        isValid: boolean;
        id: string;
        values: any;
    }) => any) | undefined;
    "onUpdate:selected"?: ((value: string) => any) | undefined;
    "onUpdate:categoryOptions"?: ((value: any[]) => any) | undefined;
}>, {
    disabled: boolean;
    appendToBody: boolean;
    maxHeight: "none" | 120 | 200 | 500;
    translatable: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=CategorySelect.vue.d.ts.map