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