import { SkeletonVariantStylesType } from './types/skeletonTheme';
type SkeletonStylesType = {
    $width: string;
    $height: string;
    duration: string;
    styles?: SkeletonVariantStylesType;
};
export declare const SkeletonStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SkeletonStylesType>> & string;
export {};
