import { EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SdmSelectControl { icons: { falAngleDown: import("@fortawesome/fontawesome-common-types").IconDefinition; }; title?: string; value?: string; readonly valueChange: EventEmitter; disabled?: boolean; required?: boolean; inline?: boolean; inset?: boolean; size?: "sm" | "lg"; selectStyle?: string; selectClass?: string; onChange(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }