import { FieldPropStatus } from '../types'; type FieldCaptionProps = { status?: FieldPropStatus; }; export declare const FieldCaption: import("../../../utils/types/PropsWithAsAttributes").ComponentWithAs; export {};