import type { FloorMapViewConfig } from '@pisell/materials'; export declare function useReservationFloorPlan(options: { resolvedFloorPlanId: number | null; effectiveFloorPlanCode: string; gridDataSourceKey: string; floorMapConfigFromProp?: FloorMapViewConfig; /** 随引擎语言变化,刷新平面图调色板分组/图元/装饰分类等展示文案(避免首次 memo 快照死为某一种语言) */ engineLocale: string; }): { baseFloorConfig: FloorMapViewConfig; floorPlanRemoteId: number | null; setRemoteFloorPlanView: import("react").Dispatch | null>>; };