/// <reference types="react" />
import type { SmartPopup } from './PropTypes';
declare const Popup: import("react").FC<SmartPopup>;
export { Popup };
export { SmartPopup, SmartPopupEvents, SmartPopupExternalClassName, SmartPopupProps, } from './PropTypes';
