import type { RefObject } from 'react'; import type { NMRiumProps } from './NMRium.js'; interface NMRiumViewerWrapperProps { viewerRef: RefObject; emptyText: NMRiumProps['emptyText']; } export declare function NMRiumViewerWrapper(props: NMRiumViewerWrapperProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NMRiumViewerWrapper.d.ts.map