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