interface StyledSkeletonProps { width: number; height: number; borderRadius: string; } export declare const StyledSkeleton: import("styled-components").StyledComponent<"div", any, StyledSkeletonProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map