export default class UnitShorthandField extends React.Component { static propTypes: { uiSchema: PropTypes.Requireable; formID: PropTypes.Requireable; showSchema: PropTypes.Requireable; persistenceKey: PropTypes.Requireable; }>>>; uiSchema: PropTypes.Requireable; }>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Validator; }; constructor(props: any); state: any; getStateFromProps: (props: any) => { showSchema: any; }; UNSAFE_componentWillReceiveProps: (props: any) => void; componentDidUpdate(): void; onNextTick: (() => void) | undefined; shouldShowSchema: (props: any) => any; onToggleButtonClick: () => () => void; getToggleButton: () => { glyph: string; fn: () => () => void; tooltip: any; tooltipPlacement: string; active: boolean; }; onCodeChange: (formData?: {}) => void; render(): JSX.Element; } import * as React from "react"; import * as PropTypes from "prop-types";