export declare function groupMatch(friendlyFieldNames: string[]): ({ value, touched, pristine, controls }: {
    value: any;
    touched: any;
    pristine: any;
    controls: any;
}) => {
    fvehGroupMatch: {
        fields: string[];
    };
};
