import React from 'react'; import type { OverlayV2Props } from './types'; declare const Overlay2: { (props: OverlayV2Props): React.JSX.Element | null; displayName: string; }; export default Overlay2;