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