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