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