import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const CubeIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link CubeIcon} instead.
 */
export declare const Cube: typeof CubeIcon;
export default CubeIcon;
