/// <reference types="react" />
export declare const withValidator: (PassedComponent: (...params: any[]) => any) => (props: object) => JSX.Element;
