import React, { FunctionComponent } from 'react';
import { TaroOverlayProps } from "../../types";
export declare const defaultOverlayProps: TaroOverlayProps;
export declare const Overlay: FunctionComponent<Partial<TaroOverlayProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onClick'>>;
