import { OnInit } from '@angular/core'; import { RcFormControlAbstract } from '../rc-form-control-abstract/rc-form-control-abstract'; /** * * Rc switcher component - render a designed switcher * * @example * * Please approve email notification * */ export declare class RcSwitcherComponent extends RcFormControlAbstract implements OnInit { /** * Switcher label - will be displayed asside the switcher */ labelText: string; }