import { type SkeletonProps } from './Skeleton.types'; /** * The Skeleton component is used to indicate loading state of content before the data gets loaded. */ export declare const Skeleton: import("react").ForwardRefExoticComponent>;