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