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