import { FieldType, FieldTypeConfig } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export declare class FormSelectComponent extends FieldType { selectables: any; params: any; svgStyle: {}; openState: boolean; topLabel: boolean; startInd: number; labelLimit: number; ngOnInit(): void; openClose(state: boolean): void; shiftLabel(action: string): void; checkForZero(selected: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }