/// export type { PopupShowProps } from './methods'; export type { PopupProps } from './Popup'; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { show: (props: import("./methods").PopupShowProps) => import("./methods").PopupShowHandler; clear: () => void; }; export default _default;