import { ElementRef } from '@angular/core'; import { BaseComponent } from '../widgets/common/base/base.component'; export declare class ShowInDeviceDirective { constructor(elRef: ElementRef, showInDevice: string, widget: BaseComponent); }