type FilteredSearchProps = React.HTMLAttributes<HTMLElement>;
/**
 * @deprecated A new filter component is in progress.
 * Until the new filter component is ready, you can use Button + TextInput + ActionList to reproduce this pattern.
 */
declare function FilteredSearch({ children, className, ...rest }: FilteredSearchProps): import("react").JSX.Element;
export type { FilteredSearchProps };
export default FilteredSearch;
//# sourceMappingURL=FilteredSearch.d.ts.map