export default function IntentText({ intent, text, children }: { intent: any; text: any; children: any; }): import("react/jsx-runtime").JSX.Element;