import { Popup } from './popup'; export type { ContentProps, PopupComponentProps, PopupProps, TriggerProps } from './types'; export { Popup }; export default Popup;