import { Device, OphydDevice } from '../../types/deviceControllerTypes'; type BeamEnergyAboutProps = { /** The device object whose raw fields are pretty-printed as JSON. */ device: Device | OphydDevice; className?: string; }; export default function BeamEnergyAbout({ device, className }: BeamEnergyAboutProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BeamEnergyAbout.d.ts.map