/// <reference types="react" />
export declare const markdownElements: {
    Component: import("react").NamedExoticComponent<import("react").PropsWithChildren<import("./AntThinking/Component").ThinkProps>>;
    rehypePlugin: () => (tree: import("unist").Node) => void;
    remarkPlugins: () => (tree: any) => void;
    tag: string;
}[];
