export interface FilterToolbarTitleProps extends React.HTMLAttributes { /** The title text to display. When provided, renders the title directly instead of using children. */ title?: string; } /** * FilterToolbarTitle - Displays a title for the filtered collection. */ export declare const FilterToolbarTitle: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=filter-toolbar-title.d.ts.map