import * as React from 'react';
import type { IPopupProps } from './Popup.types';
/**
 * This adds accessibility to Dialog and Panel controls
 */
export declare const Popup: React.FunctionComponent<IPopupProps>;
