import { ElementRef } from '@angular/core';
export declare class WrapperService {
    wrapperElementRef: ElementRef;
}
