import React from 'react';
import PropTypes from 'prop-types';
declare function SchemaErrors(props: any): React.JSX.Element;
declare namespace SchemaErrors {
    var propTypes: {
        problemGroups: PropTypes.Validator<PropTypes.InferProps<{
            path: PropTypes.Requireable<PropTypes.InferProps<{
                kind: PropTypes.Requireable<string>;
                type: PropTypes.Requireable<string>;
                name: PropTypes.Requireable<string>;
            }>[]>;
            problems: PropTypes.Requireable<PropTypes.InferProps<{
                severity: PropTypes.Requireable<string>;
            }>[]>;
        }>[]>;
    };
}
export default SchemaErrors;
//# sourceMappingURL=SchemaErrors.d.ts.map