export declare function FormFieldTitle({ title }: {
    title: string;
}): import("react/jsx-runtime").JSX.Element;
