import { PSEditorImpl } from '../pseditor-impl'; import { IPSRaw } from './ipsraw'; export declare class PSRawImpl extends PSEditorImpl implements IPSRaw { get contentType(): string; get editable(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psraw-impl.d.ts.map