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