/// import Box from './Box'; import { IProps } from '../utils'; export default class BooleanComp extends Box { onChange: (v: any) => void; getChildrenToRender: () => JSX.Element; }