import { ReactNode } from "react"; export declare function FormSection({ children, title, topRightElement, titleClassName, }: { children: ReactNode; title: string; topRightElement?: ReactNode; titleClassName?: string; }): import("react/jsx-runtime").JSX.Element;