import { SelectBase as _SelectBase } from '@material/mwc-select/mwc-select-base'; import { FormSubmitController } from '@shoelace-style/shoelace/dist/internal/form'; export declare class SelectBase extends _SelectBase { protected setFormData(): void; formSubmitController: FormSubmitController; value: string; label: string; naturalMenuWidth: boolean; fixedMenuPosition: boolean; icon: string; disabled: boolean; outlined: boolean; helper: string; required: boolean; validationMessage: string; validateOnInitialRender: boolean; defaultValue: string; constructor(); emitSelectedHandler(e: CustomEvent<{ index: number; }>): void; }