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