import { SoftRequiredErrorsComponentSchema } from '@open-formulieren/types'; import { RegistryEntry, RenderComponentProps } from '../types'; export type SoftRequiredErrorsProps = RenderComponentProps; export declare const FormioSoftRequiredErrors: React.FC; declare const SoftRequiredErrorsComponent: RegistryEntry; export default SoftRequiredErrorsComponent;