import { IPSMDropDownList } from './ipsmdrop-down-list'; import { PSDropDownListImpl } from './psdrop-down-list-impl'; export declare class PSMDropDownListImpl extends PSDropDownListImpl implements IPSMDropDownList { get singleSelect(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psmdrop-down-list-impl.d.ts.map