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