export function TableEmptyState({ theme, image, children, align, ...propsWithNoDefaults }: { [x: string]: any; theme?: string | undefined; image?: null | undefined; children?: null | undefined; align?: string | undefined; }): React.JSX.Element; export namespace TableEmptyState { let displayName: string; let propTypes: { theme?: React.Validator | undefined; title?: React.Validator | undefined; subtitle?: React.Validator | undefined; image?: React.Validator | undefined; children?: React.Validator | undefined; classNames?: React.Validator<{ imageContainer?: string; } | null | undefined> | undefined; dataHook?: React.Validator | undefined; align?: React.Validator | undefined; className?: React.Validator | undefined; }; } import React from 'react'; //# sourceMappingURL=TableEmptyState.d.ts.map