import React from 'react';
import { PopupProps } from './Base';
export declare const Popup: (props: PopupProps) => React.JSX.Element;
