export declare class DomPropertiesComparator {
    static compareToDomProperties(properties: ElementProperties, control: UI5Control): boolean;
    private static retrieveNodeAttributes;
    private static compareAttributeToElementAttributes;
}
