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