import type { Option } from '../../types/generic'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; default: undefined; }; readonly: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; hintLabel: { type: StringConstructor; default: string; }; options: { type: PropType<(Option | string)[]>; default: () => never[]; }; labelKey: { type: (StringConstructor | FunctionConstructor)[]; default: string; }; valueKey: { type: (StringConstructor | FunctionConstructor)[]; default: string; }; disabledKey: { type: (StringConstructor | FunctionConstructor)[]; default: string; }; invalid: { type: BooleanConstructor; default: boolean; }; invalidLabel: { type: (ArrayConstructor | StringConstructor)[]; default: undefined; }; valid: { type: BooleanConstructor; default: boolean; }; validLabel: { type: (ArrayConstructor | StringConstructor)[]; default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; readonly: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; hintLabel: { type: StringConstructor; default: string; }; options: { type: PropType<(Option | string)[]>; default: () => never[]; }; labelKey: { type: (StringConstructor | FunctionConstructor)[]; default: string; }; valueKey: { type: (StringConstructor | FunctionConstructor)[]; default: string; }; disabledKey: { type: (StringConstructor | FunctionConstructor)[]; default: string; }; invalid: { type: BooleanConstructor; default: boolean; }; invalidLabel: { type: (ArrayConstructor | StringConstructor)[]; default: undefined; }; valid: { type: BooleanConstructor; default: boolean; }; validLabel: { type: (ArrayConstructor | StringConstructor)[]; default: undefined; }; }>> & Readonly<{}>, { modelValue: string | number | boolean | symbol | unknown[]; modifiers: string | string[]; label: string | number; disabled: boolean; options: (string | Option)[]; invalid: boolean; labelKey: string | Function; valueKey: string | Function; disabledKey: string | Function; required: boolean; loading: boolean; loadingLabel: string; readonly: boolean; hintLabel: string; invalidLabel: string | unknown[]; valid: boolean; validLabel: string | unknown[]; vertical: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?: (props: {}) => any; } & { hint?: (props: { modelValue: unknown; valid: boolean; invalid: boolean; loading: boolean; }) => any; } & { loading?: (props: { modelValue: unknown; valid: boolean; invalid: boolean; loading: boolean; }) => any; } & { valid?: (props: { modelValue: unknown; valid: boolean; invalid: boolean; loading: boolean; }) => any; } & { invalid?: (props: { modelValue: unknown; valid: boolean; invalid: boolean; loading: boolean; }) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };