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