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