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