import { LegoBaseInputComponent } from '../lego-base-input.component'; export declare class SwitchComponent extends LegoBaseInputComponent { activeText: string; inactiveText: string; value: string; checked: boolean; private _hideLabel; hideLabel: boolean; }