import { RevInputMultiSelectProps, RevInputMultiSelectOption, RevInputMultiSelectModel } from "./types"; declare const _default: __VLS_WithTemplateSlots>, { inputClass: string; maxSelectedLabels: number; filter: boolean; isInvalid: boolean; isNotRoundedFull: boolean; isNotRoundedLeft: boolean; isNotRoundedRight: boolean; loading: boolean; disabled: boolean; itemSize: number; showToggleAll: boolean; resetFilterOnHide: boolean; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: RevInputMultiSelectModel) => void; beforeShow: () => void; beforeHide: () => void; show: () => void; hide: () => void; filter: (event: import("primevue/multiselect").MultiSelectFilterEvent) => void; selectallChange: (event: import("primevue/multiselect").MultiSelectAllChangeEvent) => void; }, string, import("vue").PublicProps, Readonly>, { inputClass: string; maxSelectedLabels: number; filter: boolean; isInvalid: boolean; isNotRoundedFull: boolean; isNotRoundedLeft: boolean; isNotRoundedRight: boolean; loading: boolean; disabled: boolean; itemSize: number; showToggleAll: boolean; resetFilterOnHide: boolean; }>>> & { "onUpdate:modelValue"?: ((value: RevInputMultiSelectModel) => any) | undefined; onFilter?: ((event: import("primevue/multiselect").MultiSelectFilterEvent) => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; onBeforeShow?: (() => any) | undefined; onBeforeHide?: (() => any) | undefined; onSelectallChange?: ((event: import("primevue/multiselect").MultiSelectAllChangeEvent) => any) | undefined; }, { loading: boolean; disabled: boolean; filter: boolean; isInvalid: boolean; isNotRoundedFull: boolean; isNotRoundedRight: boolean; isNotRoundedLeft: boolean; inputClass: string; itemSize: number; resetFilterOnHide: boolean; maxSelectedLabels: number; showToggleAll: boolean; }, {}>, { optionGroup?(_: { index: number; option: any; }): any; option?(_: { index: number; option: any; }): any; footer?(_: {}): any; chip?(_: { value: any; }): any; header?(_: { options: any[]; value: any; }): any; empty?(_: {}): any; emptyfilter?(_: {}): any; content?(_: { contentRef: (el: any) => void; getItemOptions: (index: number) => import("primevue/virtualscroller").VirtualScrollerItemOptions; items: any; styleClass: string; }): any; loader?(_: { options: any[]; }): any; headercheckboxicon?(_: { allSelected: boolean; class: string; }): any; filtericon?(_: { class: string; }): any; closeicon?(_: { class: string; }): any; loadingicon?(_: { class: string; }): any; dropdownicon?(_: { class: string; }): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };