import * as React from "react"; export interface ITableTitleProps { title?: string; subTitle?: string; } export declare const TableTitle: React.FunctionComponent;