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