/** @typedef {typeof __propDef.props} BiGenderAmbiguousProps */ /** @typedef {typeof __propDef.events} BiGenderAmbiguousEvents */ /** @typedef {typeof __propDef.slots} BiGenderAmbiguousSlots */ export default class BiGenderAmbiguous extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiGenderAmbiguousProps = typeof __propDef.props; export type BiGenderAmbiguousEvents = typeof __propDef.events; export type BiGenderAmbiguousSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};