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