import React from 'react'; import { CheckboxProps } from '@material-ui/core'; declare type VeryOpenRefType = ((instance: HTMLButtonElement | null) => void) | React.MutableRefObject | null; declare const Checkbox: React.ElementType; export { Checkbox };