import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SwitchComponent {
    label?: string;
    labelEnable?: string;
    labelDisable?: string;
    withIcon?: boolean;
    density: 'small' | 'medium' | 'large';
    value: boolean;
    labelPosition?: 'top' | 'right';
    change: EventEmitter<boolean>;
    id: number;
    constructor();
    toggleSwitch(event: Event): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "cfc-switch", never, { "label": { "alias": "label"; "required": false; }; "labelEnable": { "alias": "labelEnable"; "required": false; }; "labelDisable": { "alias": "labelDisable"; "required": false; }; "withIcon": { "alias": "withIcon"; "required": false; }; "density": { "alias": "density"; "required": false; }; "value": { "alias": "value"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; }, { "change": "change"; }, never, never, false, never>;
}
