import type { SVGProps } from "react"; export interface RadiationIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function RadiationIcon({ className, size, color, ...props }: RadiationIconProps): import("react").JSX.Element; //# sourceMappingURL=radiation-icon.d.ts.map