import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { SelectProps, SelectExpose, SelectSlots } from './types'; export declare const SSelect: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onClear?: (() => any) | undefined; onChange?: ((value: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; onSelectOption?: ((option: any) => any) | undefined; }>, SelectExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { clear: () => any; change: (value: string | number | boolean) => any; "update:modelValue": (value: string | number | boolean) => any; selectOption: (option: any) => any; }, PublicProps, { size: "mini" | "small" | "medium" | "large"; placeholder: string; maxHeight: string; options: any[]; fieldNames: { label?: string; value?: string; disabled?: string; }; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< SelectProps & { modelValue?: string | number | boolean; }> & Readonly<{ onClear?: (() => any) | undefined; onChange?: ((value: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; onSelectOption?: ((option: any) => any) | undefined; }>, SelectExpose, {}, {}, {}, { size: "mini" | "small" | "medium" | "large"; placeholder: string; maxHeight: string; options: any[]; fieldNames: { label?: string; value?: string; disabled?: string; }; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onClear?: (() => any) | undefined; onChange?: ((value: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; onSelectOption?: ((option: any) => any) | undefined; }>, SelectExpose, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { clear: () => any; change: (value: string | number | boolean) => any; "update:modelValue": (value: string | number | boolean) => any; selectOption: (option: any) => any; }, string, { size: "mini" | "small" | "medium" | "large"; placeholder: string; maxHeight: string; options: any[]; fieldNames: { label?: string; value?: string; disabled?: string; }; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: SelectSlots; }) & Plugin; export * from './types';