import type { Root } from 'mdast';
import type { MdxExtracts } from '../../../types/index.js';
export declare const remarkExtractMultiView: (mdxExtracts?: MdxExtracts) => (tree: Root) => Root;
