import type { TableEmptyProps } from './types'; export declare function TableEmpty(props: TableEmptyProps): React.ReactElement | null;