import { Variants } from "framer-motion"; export declare const appearAnimation: import("styled-components").Keyframes; export declare const disappearAnimation: import("styled-components").Keyframes; export declare const animationHandler: (element: HTMLElement | null) => void; export declare const animationVariants: Variants; export declare const animationMap: { initial: string; animate: string; exit: string; };