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