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