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