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