import { Form } from "src/form/components"; import { FormControl } from "src/form/types"; export declare const matchRule: { ({ value, match, form, errorKeys }: any): any; preserveProps: string[]; rule: string; onInit({ formControl, form, match, }: { form: Form; match?: string; formControl: FormControl; }): any; }; //# sourceMappingURL=match.d.ts.map