import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NcLightDarkSwitchComponent {
    isDark: boolean;
    darkChange: EventEmitter<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NcLightDarkSwitchComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NcLightDarkSwitchComponent, "nc-light-dark-switch", never, { "isDark": "isDark"; }, { "darkChange": "darkChange"; }, never, never>;
}
