/** @jsx jsx */ import { ReactElement, AnimationEventHandler } from 'react'; declare type Props = { mouseover: boolean; onOverlayAnimationEnd: AnimationEventHandler; }; export declare const Overlay: ({ mouseover, onOverlayAnimationEnd }: Props) => ReactElement; export {}; //# sourceMappingURL=Overlay.d.ts.map