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