import React from "react";
import { type WayfindingFloorSelectorProps } from "../ui/WayfindingFloorSelector";
declare const WayfindingFloorSelectorContainer: ({ floors, floorSelectionLabel, ...rest }: WayfindingFloorSelectorProps) => React.JSX.Element;
export default WayfindingFloorSelectorContainer;
//# sourceMappingURL=WayfindingFloorSelectorContainer.d.ts.map