import { AbstractMatFormFieldSelectControl } from '../abstract-mat-form-field-select-control'; import * as i0 from "@angular/core"; export declare class SelectManyCheckboxComponent extends AbstractMatFormFieldSelectControl { layout: 'vertical' | 'grid' | 'horizontal'; layoutColumns: number; get shouldFilter(): boolean; get shouldLabelFloat(): any; selected(value: any): boolean; change(value: any, checked: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }