import { Variants, Transition } from 'framer-motion'; export declare const DURATION: { readonly fast: 0.15; readonly normal: 0.25; readonly slow: 0.35; }; export declare const EASING: { standard: [number, number, number, number]; emphasized: [number, number, number, number]; spring: { type: "spring"; stiffness: number; damping: number; }; }; export declare const defaultTransition: Transition; export declare const fadeInUp: Variants; export declare const fadeIn: Variants; export declare const fadeInRight: Variants; export declare const fadeInScale: Variants; export declare const staggerContainer: (stagger?: number) => Variants; export declare const staggerFast: Variants; export declare const staggerNormal: Variants; export declare const staggerSlow: Variants; export declare const staggerItem: Variants; export declare const staggerItemScale: Variants; export declare const staggerItemRight: Variants; export declare const cardHover: { rest: { boxShadow: string; }; hover: { boxShadow: string; transition: { duration: 0.15; ease: [number, number, number, number]; }; }; tap: {}; }; export declare const collapse: Variants; export declare const slideFromRight: Variants; export declare const slideFromBottom: Variants; export declare const buttonTap: { whileTap: { scale: number; }; transition: { duration: number; }; }; export declare const contentFade: Variants; export declare const viewTransition: Variants; export declare const listItemHover: { whileHover: { y: number; backgroundColor: string; transition: { duration: 0.15; }; }; }; //# sourceMappingURL=variants.d.ts.map