import { ElementRef } from '@angular/core'; export declare class SwitchLabelDirective { switchGroup: any; id: string; constructor(switchGroup: any, elementRef: ElementRef); handlePointerUp(): void; }