export default Popup;
/**
 * Renders a preview image for a catalog brain result item.
 *
 */
declare function Popup(props: any): import("react/jsx-runtime").JSX.Element;
declare namespace Popup {
    namespace propTypes {
        let menu: any;
    }
}
