import type { PropType } from 'vue'; import type { SelectionOptions, SelectionOptionProperty } from '#components'; import type { ModelValueProp, ModelValidatorProp, Elements } from '#composables'; import type { Theme, Size, Radius, Spacing } from '#utilities'; declare const __VLS_export: import("vue").DefineComponent; default: string; }; modelValue: { type: ModelValueProp; default: (props: { value: string | string[]; }) => string | string[]; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; options: PropType; optionValue: PropType; optionLabel: PropType; optionDescription: PropType; placeholder: StringConstructor; placeholderFallback: { type: PropType<(n: number) => string>; default: (n: number) => string; }; filter: BooleanConstructor; filterInput: PropType>; placeholderNotFound: { type: PropType<(query: string) => string>; default: (query: string) => string; }; chips: BooleanConstructor; underline: { type: BooleanConstructor; default: () => boolean | undefined; }; fill: { type: BooleanConstructor; default: () => boolean | undefined; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; modelValue: { type: ModelValueProp; default: (props: { value: string | string[]; }) => string | string[]; }; "onUpdate:modelValue": FunctionConstructor; validator: ModelValidatorProp; eagerValidation: BooleanConstructor; elements: PropType; options: PropType; optionValue: PropType; optionLabel: PropType; optionDescription: PropType; placeholder: StringConstructor; placeholderFallback: { type: PropType<(n: number) => string>; default: (n: number) => string; }; filter: BooleanConstructor; filterInput: PropType>; placeholderNotFound: { type: PropType<(query: string) => string>; default: (query: string) => string; }; chips: BooleanConstructor; underline: { type: BooleanConstructor; default: () => boolean | undefined; }; fill: { type: BooleanConstructor; default: () => boolean | undefined; }; disabled: BooleanConstructor; class: (ObjectConstructor | StringConstructor)[]; label: StringConstructor; hint: StringConstructor; description: StringConstructor; help: StringConstructor; showErrors: BooleanConstructor; floatLabel: BooleanConstructor; descendant: BooleanConstructor; theme: { type: PropType; default: (props: { descendant?: boolean; }) => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral" | undefined; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: (props: { descendant?: boolean; }) => Size | undefined; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: (props: { descendant?: boolean; }) => Radius | undefined; validator: import("#utilities").IsValidRadius; }; spacing: { type: PropType; default: (props: { descendant?: boolean; }) => Spacing | undefined; validator: import("#utilities").IsValidSpacing; }; }>> & Readonly<{}>, { filter: boolean; fill: boolean; value: string | string[]; size: Size; disabled: boolean; floatLabel: boolean; showErrors: boolean; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; spacing: Spacing; modelValue: string | string[] | import("#composables").Model | import("#composables").ModelWrapper; descendant: boolean; underline: boolean; eagerValidation: boolean; placeholderFallback: (n: number) => string; placeholderNotFound: (query: string) => string; chips: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Select.vue.d.ts.map