import type { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; /** The `ColorWidget` component renders a color picker. * * @param props - The `WidgetProps` for this component */ export default function ColorWidget(props: WidgetProps): import("react/jsx-runtime").JSX.Element;