import React from 'react'; import { TableSkeletonProps } from '.'; export declare function TableSkeleton({ darkMode: darkModeProp, baseFontSize: baseFontSizeProp, enableAnimations, numRows, numCols, columnLabels, className, ...rest }: TableSkeletonProps): React.JSX.Element; export declare namespace TableSkeleton { var displayName: string; } //# sourceMappingURL=TableSkeleton.d.ts.map