import React from 'react';
import type { CheckboxProps } from '@mui/material';
declare const OnRadio: React.FC<CheckboxProps>;
export default OnRadio;
