import { ReactIconComponentType } from '../types';

declare const RadioButtonChecked: ReactIconComponentType;
export default RadioButtonChecked;
            