import { DebugElement } from "@angular/core";
export declare class NgHelper {
    private static reflectionCapabilities;
    static getProperty(element: DebugElement, property: string): any;
    static hasProperty(element: DebugElement, property: string): boolean;
    private static getDirectivePropertyMap;
}
