declare const _default: import('vue').DefineComponent<{}, {
    $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
    multiple: boolean;
    variant: string;
    required: boolean;
    error: string;
    size: string;
    disabled: boolean;
    label: string;
    modelValue: string | number | unknown[];
    placeholder: string;
    helperText: string;
    options: unknown[];
    searchable: boolean;
    valueKey: string;
    labelKey: string;
    $props: {
        readonly multiple?: boolean | undefined;
        readonly variant?: string | undefined;
        readonly required?: boolean | undefined;
        readonly error?: string | undefined;
        readonly size?: string | undefined;
        readonly disabled?: boolean | undefined;
        readonly label?: string | undefined;
        readonly modelValue?: string | number | unknown[] | undefined;
        readonly placeholder?: string | undefined;
        readonly helperText?: string | undefined;
        readonly options?: unknown[] | undefined;
        readonly searchable?: boolean | undefined;
        readonly valueKey?: string | undefined;
        readonly labelKey?: string | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=Select.vue.d.ts.map