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