import type { FloorMapElementKindCategory, FloorMapElementKindConfig } from '@pisell/materials'; import { FLOOR_MAP_SELECTION_ZONE_ELEMENT_KIND } from '@pisell/materials'; export { FLOOR_MAP_SELECTION_ZONE_ELEMENT_KIND as TOPOLOGY_SELECTION_ZONE_KIND }; export declare const TOPOLOGY_ROUTER_KIND = "topologyRouter"; export declare const TOPOLOGY_SWITCH_KIND = "topologySwitch"; export declare const TOPOLOGY_AP_KIND = "topologyAp"; export declare const TOPOLOGY_CASHIER_KIND = "topologyCashier"; export declare const TOPOLOGY_GATE_KIND = "topologyGate"; export declare const TOPOLOGY_KIOSK_KIND = "topologyKiosk"; export declare const TOPOLOGY_INTEGRATED_POS_KIND = "topologyIntegratedPos"; export declare const TOPOLOGY_PRINTER_KIND = "topologyPrinter"; export declare const TOPOLOGY_AMUSEMENT_KIND = "topologyAmusement"; export declare function getTopologyElementKindCategories(): FloorMapElementKindCategory[]; export declare function getTopologyElementKinds(): FloorMapElementKindConfig[];