import { FC } from "react"; import { SVGProps } from "react"; interface RadioIconProps extends SVGProps { size: number; } export declare const RadioIcon: FC; export {}; //# sourceMappingURL=radio.d.ts.map