import React from 'react'; import { CosmographPopup as _CosmographPopup, CosmographPopupConfig } from '@cosmograph/cosmograph'; export type CosmographPopupRef = _CosmographPopup | undefined; export declare const CosmographPopup: React.MemoExoticComponent>>; export type { CosmographPopupConfig };