import React from 'react'; export interface SkeletonSquareProps { width?: string; height?: string; } export declare const SkeletonSquare: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & SkeletonSquareProps, React.DetailedHTMLProps, HTMLDivElement>, {}>;