/** 
based on framer-motion@4.1.17,
Copyright (c) 2018 Framer B.V.
*/

import { SharedLayoutProps } from "./types.js";
import { SvelteComponent } from "svelte";
/**
 * 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 declare class AnimateSharedLayout extends SvelteComponent<SharedLayoutProps, ATypedSvelteComponent, {default:{}}>{}
