import { ReactNode } from "react";
export declare function extractStringFromNode(reactNode: ReactNode): string;
