import type { FilterToolbarProps } from "./types";
/**
* FilterToolbar - A flexible toolbar component for filtering collections with
* intelligent responsive layout.
*
* @example Horizontal variant (default)
* ```tsx
*
* Products
*
* ...
*
* ```
*
* @example Vertical variant for side panels
* ```tsx
*
* Products
*
* ...
*
* ```
*
* @example Compact variant with single button dropdown
* ```tsx
*
* Products
*
* ...
*
* ```
*/
export declare const FilterToolbar: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=filter-toolbar.d.ts.map