export declare const OVERLAY_ANIMATION_DURATION = 500; declare const animations: { fadeIn: import("styled-components/dist/models/Keyframes").default; fadeOut: import("styled-components/dist/models/Keyframes").default; }; export default animations;