import { ElectionsMapDepartmentsProps } from '../../components/organisms/ElectionsPage/ElectionsMapDepartments/ElectionsMapDepartments'; export interface UseElectionsDepartmentsMapContainer { mapDepartmentsProps: ElectionsMapDepartmentsProps['mapDepartmentsProps']; } export declare const useElectionsDepartmentsMapContainer: (options: { defaultMapDepartmentsProps: ElectionsMapDepartmentsProps["mapDepartmentsProps"]; }) => UseElectionsDepartmentsMapContainer;