import { NgDocColor } from '@ng-doc/ui-kit/types';
import { DIStateControl } from 'di-controls';
import * as i0 from '@angular/core';

declare class NgDocCheckboxComponent<T> extends DIStateControl<T> {
    color: NgDocColor;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocCheckboxComponent<any>, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgDocCheckboxComponent<any>, "ng-doc-checkbox", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["ng-doc-icon", "*"], true, never>;
}

export { NgDocCheckboxComponent };
