import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; /** * The `FileWidget` is a widget for rendering file upload fields. * It is typically used with a string property with data-url format. */ declare function FileWidget(props: WidgetProps): import("react/jsx-runtime").JSX.Element; export default FileWidget;