import React from "react";
export declare function FieldCaption({ error, children }: {
    error?: boolean;
    children?: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element | null;
