import React from 'react'; import { ReportedRegionWithRect, RegionWithIntersectionDetails, FieldPresenceData } from '../types'; interface RegionsWithIntersectionsProps { regions: ReportedRegionWithRect[]; render: (regionsWithIntersectionDetails: RegionWithIntersectionDetails[], containerWidth: number) => React.ReactNode | null; children: React.ReactNode; margins: [number, number, number, number]; } export declare const RegionsWithIntersections: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=RegionsWithIntersections.d.ts.map