import React from 'react'; export declare const Field_: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const FieldHeader: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const FieldFooter: React.ForwardRefExoticComponent & { error?: React.ReactNode | string | boolean; } & React.RefAttributes>; export declare const Field: React.ForwardRefExoticComponent & React.RefAttributes> & { Header: React.ForwardRefExoticComponent & React.RefAttributes>; Footer: React.ForwardRefExoticComponent & { error?: React.ReactNode | string | boolean; } & React.RefAttributes>; };