///
interface RectPropsType {
width?: string;
height?: string;
}
declare const StyledRectSkeleton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, RectPropsType>>;
export default StyledRectSkeleton;