import type { CSSProperties, RefObject } from 'react'; import type { NMRiumProps } from './NMRium.js'; interface NMRiumViewerProps { viewerRef: RefObject; style?: CSSProperties; onRender?: () => void; emptyText: NMRiumProps['emptyText']; } export declare function NMRiumViewer(props: NMRiumViewerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NMRiumViewer.d.ts.map