import { ReactElement } from 'react'; /** @public */ export type CatalogTableToolbarClassKey = 'root' | 'text'; export declare function CatalogTableToolbar(props: { title?: string | ReactElement; }): import("react/jsx-runtime").JSX.Element;