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