/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ export { type SharedLayoutProps, Presence } from './types.js'; /** * Wrap several [#Motion] components with the \`layout\` or \`layoutId\` prop with this component, so that all react smoothly to the change of a single component. * @public */ export { default as AnimateSharedLayout } from './AnimateSharedLayout.svelte'; //# sourceMappingURL=index.d.ts.map