import * as React from 'react'; interface MarkerClusterComponentProps { children: React.ReactNode; } declare function MarkerClusterComponent({ children }: MarkerClusterComponentProps): JSX.Element | null; export default MarkerClusterComponent;