/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { Writable } from 'svelte/store'; import type { SharedLayoutSyncMethods, SyncLayoutBatcher } from '../components/AnimateSharedLayout/types'; declare function SharedLayoutContext(custom?: any): Writable | Writable; /** * @internal */ declare var FramerTreeLayoutContext: (isCustom?: any) => Writable; declare function isSharedLayout(context: SyncLayoutBatcher | SharedLayoutSyncMethods): context is SharedLayoutSyncMethods; export { FramerTreeLayoutContext, SharedLayoutContext, isSharedLayout }; //# sourceMappingURL=SharedLayoutContext.d.ts.map