import { PropertyValidationResult } from "./property-validation-result";
export declare class PropertyGroupResult {
    propertyCountOk: boolean;
    additional: string[];
    properties: PropertyValidationResult[];
}
//# sourceMappingURL=property-group-result.d.ts.map