import { type PropsWithChildren } from 'react';
type AnimatedProps = PropsWithChildren<{
    asChild?: boolean;
}>;
export declare const Animated: (props: AnimatedProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export {};
