import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { SelectDropdownDirection, BreakpointCustomizable, SelectUpdateEventDetail, SelectState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PSelect extends BaseComponentWithTheme { compact?: boolean; description?: string; disabled?: boolean; dropdownDirection?: SelectDropdownDirection; form?: string; hideLabel?: BreakpointCustomizable; label?: string; message?: string; name: string; required?: boolean; state?: SelectState; theme?: Theme; value?: string; update: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }