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