import { FunctionComponent } from 'react'; interface IEmptyTableStateProps { name: string; } export declare const EmptyTableState: FunctionComponent; export {};