import type { Writable } from 'svelte/store'; import type { MotionContextProps } from './MotionContext'; import type { SharedLayoutSyncMethods } from '../components/AnimateSharedLayout/types'; export declare const getDomContext: (name: string, el: any) => Writable | undefined; export declare const setDomContext: (name: string, el: any, value: any) => void; //# sourceMappingURL=DOMcontext.d.ts.map