import React, { FunctionComponent } from 'react';
import { TaroPopupProps } from "../../types";
export declare const Popup: FunctionComponent<Partial<TaroPopupProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onClick' | 'title'>>;
