///
export declare const Skeleton: import("react").ForwardRefExoticComponent<{
variant?: "circle" | "text" | "rounded" | "rectangular" | undefined;
} & {
width: string | number;
height: string | number;
} & import("react").RefAttributes>;
//# sourceMappingURL=Skeleton.d.ts.map