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