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