import { FilterPannelProps } from './types'; export declare const FilterPannel: ({ actionButtonsProps, children, searchInputProps, onReset, title, resetFilterLabel, filterButtonLabel, badges, Icon, className, Trigger: CustomTrigger, isOpen, onOpenChange, }: FilterPannelProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map