export type BeamEnergyIconWithValueProps = { /** EPICS PV for the monochromator angle. A '.RBV' suffix is appended automatically if not already present. Defaults to 'bl531_xps1:mono_angle_deg'. */ pv?: string; }; export default function BeamEnergy({ pv, }: BeamEnergyIconWithValueProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BeamEnergyIconWithValue.d.ts.map