import type { NmrData1D } from 'cheminfo-types'; interface BaseProps { verticalMargin?: number; reverse?: boolean; } interface HorizontalSliceChartProps extends BaseProps { data: NmrData1D; } declare function HorizontalSliceChart(props: HorizontalSliceChartProps): import("react/jsx-runtime").JSX.Element; export default HorizontalSliceChart; //# sourceMappingURL=HorizontalSliceChart.d.ts.map