/// export interface IconSquareOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconSquareOutline: React.FC;