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