import _Overlay from './overlay';
import { WithInstallType } from '../shared';
import { TdOverlayProps } from './type';
import './style';
export declare type OverlayProps = TdOverlayProps;
export declare const Overlay: WithInstallType<typeof _Overlay>;
export default Overlay;