import _Popup from './popup';
import { WithInstallType } from '../shared';
import { TdPopupProps } from './type';
import './style';
export * from './type';
export declare type PopupProps = TdPopupProps;
export declare const Popup: WithInstallType<typeof _Popup>;
export default Popup;