import { OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class ControlGroupComponent implements OnInit { title: string; startsOpen: boolean; checked: number; total: number; type: string; row: boolean; error: string; open: boolean; xscale: string; constructor(); ngOnInit(): void; toggleOpen(): void; get barWidth(): string; get done(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }