import type { IColumnProps } from '../types/index.js'; export declare const DEFAULT_SKELETON_WIDTHS: string[]; export declare const generateSkeletonColumns: (staticWidths?: string[]) => IColumnProps[]; export declare const getProcessedColumns: (columns: readonly IColumnProps[], isLoading: boolean, defaultSkeleton: boolean) => IColumnProps[];