import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; /** The `ColorWidget` component uses the `BaseInputTemplate` changing the type to `color` and disables it when it is * either disabled or readonly. * * @param props - The `WidgetProps` for this component */ export default function ColorWidget(props: WidgetProps): import("react/jsx-runtime").JSX.Element;