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