export declare class ElementPropertiesComparator {
    static compareToProperties(elementProperties: ElementProperties, control: UI5Control): boolean;
    private static isControlInViewName;
    private static isControlInViewId;
    private static getAncestorViews;
    private static compareId;
    private static compareProperty;
    private static compareBindingPathAndModelProperty;
    private static compareArrayStrElements;
}
