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