import { ValidateRules } from './FormItem'; export declare function applyRule(rule: ValidateRules, data: any): { valid: boolean; message: string; };