import { FieldProps } from '@visma/rjsf-core';
declare const TitleField: ({ title }: FieldProps) => JSX.Element;
export default TitleField;
