/// import { RecursivePartial } from '../typings'; import { ITableTitle } from '../components/core/blocks/basic/TableTitle'; export declare type TableTitleProps = RecursivePartial & RecursivePartial & { children?: JSX.Element | JSX.Element[] | string; }; export declare function TableTitle(props: TableTitleProps): JSX.Element;