declare const _default: { didYouMean: string; tableOfContents: { tableOfContents: string; entries: { entries: (depth: number) => string; root: { root: string; text: string; }; }; }; section: string; definitions: { heading: { heading: string; headword: string; }; definitions: { examples: { list: string; examples: string; }; quotations: { list: string; quotations: string; }; definitions: { list: string; definitions: string; }; }; }; etymology: { paragraph: string; lists: { unordered: string; ordered: string; elements: string; }; }; }; export default _default;