type BeamEnergyCurrentValueProps = { /** Current monochromator angle in degrees. When NaN or undefined, the degree readout is hidden. */ currentValueDegrees?: number; /** Current beam energy in electron-volts. When NaN or undefined, displays 'N/A'. */ currentValueEV?: number; }; export default function BeamEnergyCurrentValue({ currentValueDegrees, currentValueEV, }: BeamEnergyCurrentValueProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BeamEnergyCurrentValue.d.ts.map