import type { ComponentsMap } from './types'; import type { Writable } from 'svelte/store'; declare const getContext: () => Writable; declare const setContext: (components: ComponentsMap) => void; export { getContext, setContext };