import type { Zone as ZoneType } from '@zakodium/nmr-types'; interface ZoneProps { zoneData: ZoneType; } declare function Zone({ zoneData }: ZoneProps): import("react/jsx-runtime").JSX.Element; export default Zone; //# sourceMappingURL=Zone.d.ts.map