import type { IconProps } from '../../types'; export declare const RadioButtonCheckedSVG: (opts?: IconProps) => string; export default RadioButtonCheckedSVG;