import { CheckboxGroupComponent } from './checkbox-group/checkbox-group.component';
import { CheckboxComponent } from './checkbox.component';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "../icon/icon.module";
import * as i3 from "./checkbox.component";
import * as i4 from "./checkbox-group/checkbox-group.component";
export declare class CheckboxModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxModule, never, [typeof i1.CommonModule, typeof i2.IconModule, typeof i3.CheckboxComponent, typeof i4.CheckboxGroupComponent], [typeof i3.CheckboxComponent, typeof i4.CheckboxGroupComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxModule>;
}
export declare const CHECKBOX_MODULE: readonly [typeof CheckboxComponent, typeof CheckboxGroupComponent];
