import React from 'react'; import { mapActions } from '@opengeoweb/store'; interface ConnectedAutoUpdateButtonProps { mapId: string; isAutoUpdating?: boolean; toggleAutoUpdate?: typeof mapActions.toggleAutoUpdate; } export declare const AutoUpdateButtonConnect: import("react-redux").ConnectedComponent import("react/jsx-runtime").JSX.Element, { mapId: string; isAutoUpdating?: boolean | undefined; toggleAutoUpdate?: typeof mapActions.toggleAutoUpdate | undefined; context?: React.Context | null> | undefined; store?: import("redux").Store | undefined; }>, { context?: React.Context | null> | undefined; mapId: string; store?: import("redux").Store | undefined; isAutoUpdating?: boolean | undefined; toggleAutoUpdate?: typeof mapActions.toggleAutoUpdate | undefined; }>; export {};