import type { DataType } from '../../types';
/**
 * Title component of RTUI.
 * It contains table title and actions.
 */
export default function TitleBar<Data extends DataType>(): JSX.Element | null;
