/// export declare const STRING_HEADINGS: string[]; export declare const BLOCK_NODES: string[]; export declare const NO_END_NODES: string[]; export declare const FUNC_HEADINGS: ((props: Omit<{ level: 2 | 1 | 3 | 4 | 5 | 6; children: string | string[]; skip?: boolean; id?: string; }, "level">) => JSX.Element)[]; export declare const TABLE_OF_CONTENTS_PLACEHOLDER: string; export declare const camelAttrs: string[]; export declare const propNameMap: { className: string; }; export declare const namespacePrefixes: string[];