import { QSelectProps } from "quasar";
type __VLS_Props = QSelectProps & {
    showOptionsOnChange?: boolean;
    height?: string;
    filterBy?: string[];
    useFieldOnReadonly?: boolean;
    required?: boolean;
};
type __VLS_PublicProps = __VLS_Props & {
    modelValue?: any;
};
declare var __VLS_21: {}, __VLS_23: {};
type __VLS_Slots = {} & {
    append?: (props: typeof __VLS_21) => any;
} & {
    prepend?: (props: typeof __VLS_23) => any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:modelValue": (value: any) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    "onUpdate:modelValue"?: ((value: any) => any) | undefined;
}>, {
    label: string;
    loading: boolean;
    disable: boolean;
    required: boolean;
    height: string;
    options: readonly any[];
    readonly: boolean;
    optionValue: string | ((option: string | any) => any);
    optionLabel: string | ((option: string | any) => string);
    optionsSelectedClass: string;
    mapOptions: boolean;
    emitValue: boolean;
    useFieldOnReadonly: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=WinSelect.vue.d.ts.map