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