import type { OnApplyFilters } from './_internal/components/DataViewFilters/DataViewFilters.types'; export interface FilterDropdownProps { label: string; /** The name of a filter group */ group: string; onApply?: OnApplyFilters; } declare var __VLS_21: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_21) => any; }; declare const __VLS_base: import("vue").DefineComponent any; dismiss: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onReset?: (() => any) | undefined; onDismiss?: (() => any) | undefined; }>, { onApply: OnApplyFilters; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };