export declare class UndefinedNativeElementRef<T> {
    readonly nativeElement: T;
}
