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