/**
 * @module mdx
 * This module provides MDX React components.
 */
import type { MDXString } from "@graphql-markdown/types";
/**
 * MDX helper components injected into generated documents so Docusaurus
 * can render badges, bullets, details, and SpecifiedBy links without
 * requiring manual component registration in every project.
 *
 * @packageDocumentation
 */
/**
 * String literal that declares the React helpers (`Bullet`, `SpecifiedBy`, etc.)
 * which GraphQL-Markdown prepends to every generated MDX file.
 */
export declare const mdxDeclaration: MDXString;
//# sourceMappingURL=components.d.ts.map