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