import { SwitchDirective } from "./switch.directive"; import { QueryList, AfterContentInit } from "@angular/core"; export declare class SwitchComponent implements AfterContentInit { size: string; color: string; dataKey: string; labelName: string; rightLocation: boolean; style: Object; breakLine: boolean; inputs: QueryList; ngAfterContentInit(): void; }