import type { Info1D } from '@zakodium/nmr-types'; import type { PeakRecord } from './PeaksPanel.js'; interface PeaksTableProps { activeTab: string; data: PeakRecord[]; info: Info1D; } declare function PeaksTable(props: PeaksTableProps): import("react/jsx-runtime").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default; //# sourceMappingURL=PeaksTable.d.ts.map