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