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