import { ElectionsMapEuropeProps } from '../../components/organisms/ElectionsPage/ElectionsMapEurope/ElectionsMapEurope'; export interface UseElectionsEuropeanMapContainer { mapEuropeProps: ElectionsMapEuropeProps['mapEuropeProps']; } export declare const useElectionsEuropeanMapContainer: (options: { defaultMapEuropeProps: ElectionsMapEuropeProps["mapEuropeProps"]; }) => UseElectionsEuropeanMapContainer;