import { FeatureProps } from "../types";
export declare function AnimateLayoutContextProvider(props: FeatureProps): JSX.Element;
