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