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