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