/// export declare const FilterSlot: import("react").ComponentType, string | ((props: any) => import("react").ReactElement import("react").Component)>) | (new (props: any) => import("react").Component)>[]; appliedFilters?: Partial>; initialAppliedFilters?: Partial>; extraFilterAddEntries?: { title: string; options: (import("../../SearchPopper/List").SearchPopperListOption & Required, "dynamicId">>)[]; }[]; onFilterAddSearch?: (value: string) => void; onFilterAddSelect?: (filterId: string, filterInitialValue: any, evt: import("react").MouseEvent | import("react").KeyboardEvent) => boolean | void; onApply?: (f: Partial>, ev?: import("react").SyntheticEvent) => void; onCancelQuery?: () => void; onResetAll?: () => void; applyDisabled?: boolean; onRemoveFilter?: (id: string) => void; onMenuOpen?: () => void; } & { classes: Record<"root" | "cancelButton" | "chipsContainer" | "scrollContent" | "noAddFilterButton" | "lastItemPadding" | "applyButton" | "disableApply" | "applyButtonIcon" | "applyButtonContainer" | "applyButtonContainerWithBorder" | "cancelButtonIcon", string>; } & { children: any; }, "disabled" | "children" | "loading" | "onMenuOpen" | "initialAppliedFilters" | "appliedFilters" | "hideAddButton" | "defaultFilter" | "extraFilterAddEntries" | "onFilterAddSearch" | "onFilterAddSelect" | "onApply" | "onCancelQuery" | "onResetAll" | "applyDisabled" | "onRemoveFilter"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "cancelButton" | "chipsContainer" | "scrollContent" | "noAddFilterButton" | "lastItemPadding" | "applyButton" | "disableApply" | "applyButtonIcon" | "applyButtonContainer" | "applyButtonContainerWithBorder" | "cancelButtonIcon">>; //# sourceMappingURL=index.d.ts.map