import type { SimpleFunctionalComponent } from '../types';
declare const Overlay: SimpleFunctionalComponent;
export default Overlay;
