export declare class CheckBoxDemoComponent {
    model: {
        ngModel: any;
        name: string;
        isThreeState: boolean;
        required: boolean;
        state: string;
        value: string;
    };
    markup: string;
}
