/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { CreateVisualElement } from '../render/types'; export interface LazyContextProps { renderer?: CreateVisualElement; strict: boolean; } import { type Writable } from 'svelte/store'; declare const LazyContext: (c?: any) => Writable; export { LazyContext }; //# sourceMappingURL=LazyContext.d.ts.map