import { CreateComponentPublicInstanceWithMixins, ShallowRef, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { SuperSelectProps } from './src/type'; export * from './src/type'; export declare const SuperSelect: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: (value: any) => any; "onUpdate:modelValue"?: (value: any) => any; "onSelect-input"?: (value: string) => any; }>, { superSelectRef: Readonly< ShallowRef>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (value: any) => any; "update:modelValue": (value: any) => any; "select-input": (value: string) => any; }, PublicProps, { options: Array; filterable: boolean; labelKey: string; valueKey: string; hasCheckAll: boolean; useVirtual: boolean; multiple: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, any, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< SuperSelectProps> & Readonly<{ onChange?: (value: any) => any; "onUpdate:modelValue"?: (value: any) => any; "onSelect-input"?: (value: string) => any; }>, { superSelectRef: Readonly< ShallowRef>; }, {}, {}, {}, { options: Array; filterable: boolean; labelKey: string; valueKey: string; hasCheckAll: boolean; useVirtual: boolean; multiple: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onChange?: (value: any) => any; "onUpdate:modelValue"?: (value: any) => any; "onSelect-input"?: (value: string) => any; }>, { superSelectRef: Readonly< ShallowRef>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (value: any) => any; "update:modelValue": (value: any) => any; "select-input": (value: string) => any; }, string, { options: Array; filterable: boolean; labelKey: string; valueKey: string; hasCheckAll: boolean; useVirtual: boolean; multiple: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: any; });