import type { ElementType } from "react"; import { type LegacyTextProps } from "../Text/Text"; type Props = LegacyTextProps; export declare const NaturalLanguageFormText: { (props: Props): import("react").JSX.Element; displayName: string; }; export {};