/// <reference types="react" />
export type { PopupShowProps } from './methods';
export type { PopupProps } from './Popup';
declare const _default: import("react").ForwardRefExoticComponent<import("./interface").BasePopupProps & import("../utils/utilityTypes").HTMLProps<{}> & import("react").RefAttributes<HTMLDivElement>> & {
    show: (props: import("./methods").PopupShowProps) => import("./methods").PopupShowHandler;
    clear: () => void;
};
export default _default;
