import type { Spectrum1D } from '@zakodium/nmrium-core'; interface Chart2DProps { spectra?: Spectrum1D[]; } export declare function SVGContent2D({ spectra }: Chart2DProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SVGContent2D.d.ts.map