import { PSEditorImpl } from '../pseditor-impl'; import { IPSHtml } from './ipshtml'; export declare class PSHtmlImpl extends PSEditorImpl implements IPSHtml { get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pshtml-impl.d.ts.map