export type SkeletonProps = { style?: React.CSSProperties; children?: React.ReactNode; loading?: boolean; }; export declare const Skeleton: React.FC;