import { AnimateLayoutProps, DomElements } from "./types.js"; export declare function AnimateLayout(p: AnimateLayoutProps): JSX.Element;