import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function CubeIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { CubeIcon, CubeIcon as default };
//# sourceMappingURL=Cube.d.ts.map