import type { CellSkeletonProps } from '../data-table-types.js'; declare const CellSkeleton: import("svelte").Component; type CellSkeleton = ReturnType; export default CellSkeleton;