import { MDXComponents } from 'nextra/mdx-components';

/**
 * MDX components used in Hive-rebranded websites.
 */
declare const useHiveMDXComponents: (components?: MDXComponents) => MDXComponents;

export { useHiveMDXComponents };
