import React from 'react'; import { StrictRJSFSchema, RJSFSchema, FormContextType, WidgetProps } from '@rjsf/utils'; export default function CheckboxWidget(props: WidgetProps): React.ReactElement;