import { OnInit } from '@angular/core'; import { FormBuilder } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DisplaySettingsComponent implements OnInit { private _fb; form: import("@angular/forms").FormGroup; columnSizes: (string | number)[]; offsetSizes: number[]; isDisabled: boolean; constructor(_fb: FormBuilder); ngOnInit(): void; onChange: (_: any) => void; onTouch: () => void; writeValue(value?: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }