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