import React from 'react'; interface DynamicZoneProps { field: any; name?: string; } declare const DynamicZone: React.FC; export default DynamicZone;