import { RootProps } from './types'; import { default as React } from 'react'; declare const Root: ({ options: { data, type, activePOI, hoveredPOI }, onChange, }: RootProps) => React.JSX.Element; export { Root }; //# sourceMappingURL=index.d.ts.map