import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Cube04Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Cube04Icon;
