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