import { ComponentDecorator, IOptions } from './types';
export default function validator(options: IOptions, mapToProps?: Function): ComponentDecorator<any, any>;
