import type { ColumnType, Key, TableLocale, GetPopupContainer } from '../../interface'; import type { FilterState } from '.'; export interface FilterDropdownProps { tablePrefixCls: string; prefixCls: string; dropdownPrefixCls: string; column: ColumnType; filterState?: FilterState; filterMultiple: boolean; filterMode?: 'menu' | 'tree'; filterSearch?: boolean; columnKey: Key; triggerFilter: (filterState: FilterState) => void; locale: TableLocale; getPopupContainer?: GetPopupContainer; } declare const _default: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default _default;