export function composeContexts(contexts: any, children: any): any; export namespace composeContexts { namespace propTypes { const contexts: PropTypes.Validator<(any[] | null | undefined)[]>; const children: PropTypes.Validator any)>>>; } } import PropTypes from "prop-types";