import { IPSAppView } from '../../app/view/ipsapp-view'; import { IPSPicker } from './ipspicker'; import { PSPickerEditorImpl } from './pspicker-editor-impl'; export declare class PSPickerImpl extends PSPickerEditorImpl implements IPSPicker { get dropDownViewHeight(): number; get dropDownViewWidth(): number; protected linkpsappview: IPSAppView | null; getLinkPSAppView(): IPSAppView | null; get linkPSAppView(): IPSAppView | null; getLinkPSAppViewMust(): IPSAppView; get dropDownView(): boolean; get enableLinkView(): boolean; get enablePickupView(): boolean; get singleSelect(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pspicker-impl.d.ts.map