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