export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const TextSkeletonStyle: import("styled-components").StyledComponent<"div", any, {
    width?: string | undefined;
    height?: string | undefined;
}, never>;
export declare const TitleSkeletonStyle: import("styled-components").StyledComponent<"div", any, {
    width?: string | undefined;
    height?: string | undefined;
    marginBottom?: string | undefined;
}, never>;
export declare const AvatarSkeletonStyle: import("styled-components").StyledComponent<"div", any, {
    width?: string | undefined;
    height?: string | undefined;
}, never>;
export declare const ThumbnailSkeletonStyle: import("styled-components").StyledComponent<"div", any, {
    width?: string | undefined;
    height?: string | undefined;
}, never>;
