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