import type { GlobalOptions } from '../types/options';
import type { ElementReference } from '../types/reference';
export declare const elements: import("svelte/store").Writable<ElementReference[]>;
export declare const globalOptions: import("svelte/store").Writable<GlobalOptions>;
