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