import type { MatrixOptions } from '@zakodium/nmr-types'; import type { MatrixFilter } from '../../../data/matrixGeneration.js'; import type { GroupPaneStyle } from '../../elements/GroupPane.js'; export declare const DEFAULT_MATRIX_FILTERS: MatrixFilter[]; export declare const GroupPanelStyle: GroupPaneStyle; export declare function useHasSignalProcessingFilter(): MatrixOptions | null; export declare function MatrixGenerationPanel(): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=MatrixGenerationPanel.d.ts.map