import { SelectComponentBase } from './select-component-base'; import * as i0 from "@angular/core"; /** * Hidden native select to be rendered in sapphire select components. It does two things: * - Takes care of form accessibility and autofilling by rendering native select/input * - Opens the native select dropdown instead of the custom dropdown, when possible. * * The latter proved to be a questionable, and we may rethink it at some point. * * @internal */ export declare class HiddenSelectComponent { _select: SelectComponentBase; _isMobile: any; constructor(_select: SelectComponentBase); _onNativeSelectChange(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }