import * as React from 'react';
import { IOverlayProps } from './Overlay.Props';
import './Overlay.scss';
export declare class Overlay extends React.Component<IOverlayProps, {}> {
    render(): JSX.Element;
}
