import { ColumnConfig } from '../../../../shared/types/table'; interface SkeletonRowProps { columns: ColumnConfig[]; showSelection?: boolean; showExpand?: boolean; } export declare const SkeletonRow: ({ columns, showSelection, showExpand, }: SkeletonRowProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SkeletonRow.d.ts.map