export declare const pulse: { from: { opacity: number; }; '50%': { opacity: number; }; to: { opacity: number; }; }; export declare const wave: { '0%': { backgroundPosition: string; }; '100%': { backgroundPosition: string; }; };