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