import { FormControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class CacSwitchComponent {
    control: FormControl;
    label?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CacSwitchComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CacSwitchComponent, "cac-switch", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
}
