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