import React from 'react'; interface DynamicReferenceProps { field: any; name?: string; } declare const DynamicReference: React.ForwardRefExoticComponent; } & Partial<{ unwrap?: boolean; }> & React.RefAttributes>; export default DynamicReference;