import type { FunctionalComponent } from 'vue'; declare const Female: FunctionalComponent<{}, {}>; export default Female;