import type React from 'react'; import type { LucideIcon } from 'lucide-react'; export type DataTableEmptyStateProps = { className?: string; description?: string; icon?: LucideIcon; title: string; }; export declare const DataTableEmptyState: React.FC; //# sourceMappingURL=DataTableEmptyState.d.ts.map