import { BaseComponentWithTheme } from '../../utils'; import type { SelectWrapperDropdownDirection, BreakpointCustomizable, SelectWrapperState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PSelectWrapper extends BaseComponentWithTheme { description?: string; dropdownDirection?: SelectWrapperDropdownDirection; filter?: boolean; hideLabel?: BreakpointCustomizable; label?: string; message?: string; native?: boolean; state?: SelectWrapperState; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }