declare function useMapState(): { leftFixedLeafCount: any; rightFixedLeafCount: any; columnsCount: any; leftFixedCount: any; rightFixedCount: any; columns: any; }; export default useMapState;