import type { ForwardedRef, RefObject } from 'react'; import type { SaveIncludeOptions } from '../hooks/useExport.tsx'; import type { BlobObject } from '../utility/export.js'; export interface NMRiumRefAPI { getSpectraViewerAsBlob: () => BlobObject | null; getNMRiumFile: (option: SaveIncludeOptions) => Promise; loadFiles: (files: File[]) => void; } export declare function useNMRiumRefAPI(ref: ForwardedRef, rootRef: RefObject): void; //# sourceMappingURL=NMRiumRefAPI.d.ts.map