import { SVGProps } from "react"; declare const RadioIcon: (props: SVGProps) => JSX.Element; export default RadioIcon;