import { PSAjaxControlHandlerImpl } from '../ajax/psajax-control-handler-impl'; import { IPSCustomControlHandler } from './ipscustom-control-handler'; export declare class PSCustomControlHandlerImpl extends PSAjaxControlHandlerImpl implements IPSCustomControlHandler { get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscustom-control-handler-impl.d.ts.map