///
interface StyledSkeletonProps {
$width: string;
$height: string;
$minHeight?: string;
$show: boolean;
$borderRadius: string;
$isWrap?: boolean;
}
export declare const StyledSkeleton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, StyledSkeletonProps>>;
export {};