import * as React from "react"; import * as PropTypes from "prop-types"; import { FieldProps, JSONSchemaObject } from "../../types"; interface State { count: number; } export default class ArrayPropertyCountField extends React.Component, State> { static propTypes: { uiSchema: PropTypes.Validator; }>>; uiSchema: PropTypes.Requireable; }>>>; schema: PropTypes.Validator; formData: PropTypes.Validator; }; static getName(): string; render(): JSX.Element; } export {};