export type { Props, Option } from './Select';
declare const _default: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./Select').Props> & Readonly<{
        onChange?: ((...args: any[]) => any) | undefined;
        onOpenChange?: ((...args: any[]) => any) | undefined;
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
        change: (...args: any[]) => void;
        openChange: (...args: any[]) => void;
        "update:modelValue": (...args: any[]) => void;
    }, import('vue').PublicProps, {
        filter: Function | true;
        size: "small" | "middle" | "large";
        label: string;
        search: boolean;
        placeholder: string;
        width: string | number;
        height: number;
        placement: "bottom" | "top";
        flip: boolean;
        to: string | HTMLElement | false;
        disabled: boolean;
        value: string;
        options: import('./Select').Option[];
        allowClear: boolean;
        maxDisplay: number;
        scrollbarProps: object;
        modelValue: number | string;
    }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
        selectContentRef: HTMLDivElement;
        inputRef: HTMLInputElement;
        selectPanelRef: HTMLDivElement;
    }, HTMLDivElement, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import('./Select').Props> & Readonly<{
        onChange?: ((...args: any[]) => any) | undefined;
        onOpenChange?: ((...args: any[]) => any) | undefined;
        "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, {
        filter: Function | true;
        size: "small" | "middle" | "large";
        label: string;
        search: boolean;
        placeholder: string;
        width: string | number;
        height: number;
        placement: "bottom" | "top";
        flip: boolean;
        to: string | HTMLElement | false;
        disabled: boolean;
        value: string;
        options: import('./Select').Option[];
        allowClear: boolean;
        maxDisplay: number;
        scrollbarProps: object;
        modelValue: number | string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./Select').Props> & Readonly<{
    onChange?: ((...args: any[]) => any) | undefined;
    onOpenChange?: ((...args: any[]) => any) | undefined;
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    change: (...args: any[]) => void;
    openChange: (...args: any[]) => void;
    "update:modelValue": (...args: any[]) => void;
}, string, {
    filter: Function | true;
    size: "small" | "middle" | "large";
    label: string;
    search: boolean;
    placeholder: string;
    width: string | number;
    height: number;
    placement: "bottom" | "top";
    flip: boolean;
    to: string | HTMLElement | false;
    disabled: boolean;
    value: string;
    options: import('./Select').Option[];
    allowClear: boolean;
    maxDisplay: number;
    scrollbarProps: object;
    modelValue: number | string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin;
export default _default;
