import PropTypes from 'prop-types'; export declare const SchemaDataShape: PropTypes.Requireable; /** * Validation function which returns a list of validations */ validate: PropTypes.Requireable<(...args: any[]) => any>; }>>;