/// <reference types="react" />
export interface IconSquareProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconSquare: React.FC<IconSquareProps>;
