export type BeamEnergyTitleIconProps = { /** Title text to display below the icon. */ title: string; /** Subtitle text (e.g. EPICS PV name) to display below the title. */ pv: string; showIcon?: boolean; }; export default function BeamEnergyTitleIcon({ title, pv, showIcon, }: BeamEnergyTitleIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BeamEnergyTitleIcon.d.ts.map