export default FieldTemplate; declare function FieldTemplate({ id, label, labelProps, children }: { id: any; label: any; labelProps: any; children: any; }): import("react/jsx-runtime").JSX.Element; declare namespace FieldTemplate { namespace propTypes { let children: PropTypes.Requireable; let id: PropTypes.Requireable; let label: PropTypes.Requireable; let labelProps: PropTypes.Requireable; } let displayName: string; } import PropTypes from 'prop-types';