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