import type React from 'react';
import { CheckboxProps } from '@mui/material';
declare const CheckboxInput: React.FC<CheckboxProps>;
export default CheckboxInput;
//# sourceMappingURL=checkbox-input.d.ts.map