import { IPSMarkdown } from './ipsmarkdown'; import { PSTextEditorImpl } from './pstext-editor-impl'; export declare class PSMarkdownImpl extends PSTextEditorImpl implements IPSMarkdown { get mode(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psmarkdown-impl.d.ts.map