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