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