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