/** @docs-private */ export declare const MARKDOWN_TAGS_TO_CLASS_ALIAS: string[]; /** * separating `th` and `p` to prevent it's conflict with `thead` and `pre` * * @docs-private */ export declare const MARKDOWN_WHOLE_TAGS_TO_CLASS_ALIAS: string[]; /** @docs-private */ export declare const CLASS_PREFIX: string;