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