import * as React from 'react'; import { EmptyState } from '../empty-state/EmptyState'; type DataTableEmptyStateProps = React.ComponentProps; export declare const DataTableEmptyState: ({ children, ...rest }: DataTableEmptyStateProps) => React.JSX.Element | null; export {};