import * as React from "react"; export function FormInfoText({ children }: { children: React.ReactNode }) { return

{children}

; }