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