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