import { DataTableSkeletonProps } from '../../types'; /** * DataTableSkeleton - Advanced table skeleton with features * * Comprehensive table loading placeholder with support for headers, sorting, * filtering, pagination, row selection, and action columns. * * @example * ```tsx * * * ``` */ export declare const DataTableSkeleton: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=DataTableSkeleton.d.ts.map