export default class UpdateFormWidget { constructor(props: any); state: { item: null; loading: boolean; }; componentDidMount(): void; render(): JSX.Element; }