import React from 'react'; interface DataTableSkeletonProps { columns?: number; rows?: number; showLeadingCell?: boolean; showTrailingCell?: boolean; className?: string; showPagination?: boolean; } export declare function DataTableSkeleton({ columns, rows, showLeadingCell, showTrailingCell, className, showPagination, }: DataTableSkeletonProps): React.JSX.Element; export {}; //# sourceMappingURL=DataTableSkeleton.d.ts.map