/// <reference path="../jqwidgets.d.ts" />
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class jqxCheckBoxGroupComponent implements OnChanges {
    attrChange: (item?: any) => void;
    attrDisabled: boolean;
    attrItems: [];
    attrValue: [];
    attrLayout: string;
    attrLabelPosition: string;
    attrRtl: boolean;
    attrTheme: string;
    attrWidth: string | number;
    attrHeight: string | number;
    autoCreate: boolean;
    properties: string[];
    host: any;
    elementRef: ElementRef;
    widgetObject: jqwidgets.jqxCheckBoxGroup;
    constructor(containerElement: ElementRef);
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): boolean;
    arraysEqual(attrValue: any, hostValue: any): boolean;
    manageAttributes(): any;
    moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void;
    moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void;
    createComponent(options?: any): void;
    createWidget(options?: any): void;
    __updateRect__(): void;
    setOptions(options: any): void;
    change(arg?: (item?: any) => void): (item?: any) => void;
    disabled(arg?: boolean): boolean;
    items(arg?: undefined): undefined;
    value(arg?: undefined): undefined;
    layout(arg?: string): string;
    labelPosition(arg?: string): string;
    rtl(arg?: boolean): boolean;
    theme(arg?: string): string;
    getValue(): undefined;
    getValueAt(index: number): string;
    enableAt(index: number): void;
    disableAt(index: number): void;
    checkAt(index: number): void;
    uncheckAt(index: number): void;
    uncheckAll(): void;
    checkAll(): void;
    checkValue(value: string): void;
    uncheckValue(value: string): void;
    disable(): void;
    destroy(): void;
    enable(): void;
    render(): void;
    val(value?: undefined): any;
    __wireEvents__(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<jqxCheckBoxGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<jqxCheckBoxGroupComponent, "jqxCheckBoxGroup", never, { "attrChange": "change"; "attrDisabled": "disabled"; "attrItems": "items"; "attrValue": "value"; "attrLayout": "layout"; "attrLabelPosition": "labelPosition"; "attrRtl": "rtl"; "attrTheme": "theme"; "attrWidth": "width"; "attrHeight": "height"; "autoCreate": "auto-create"; }, {}, never, ["*"]>;
}
