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