export declare const FormItem: (props: { label: string; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;