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