import type { TableEmptyStateProps } from './types'; /** @deprecated Use `DataTableEmpty` from `data-table` instead. */ export declare function TableEmptyState({ message, icon, action, className }: TableEmptyStateProps): import("react").JSX.Element; //# sourceMappingURL=table-empty-state.d.ts.map