/**
 * Inline component tags handled by mdxish-inline-components.ts.
 * Also excluded from block-level handling in mdxish-component-blocks.ts.
 */
export declare const INLINE_COMPONENT_TAGS: Set<string>;
