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