export declare const TableSkeleton: ({ colSpan, rowHeight }: { colSpan: number; rowHeight?: number; }) => import("react").JSX.Element;