import type { Validator } from 'prop-types'; export declare const tupleValidator: (tupleShape: Validator[]) => Validator;