export declare const root: string; export declare const markerStyle: string; export declare const markerVariants: Record<"empty" | "numbered" | "interactive" | "interactiveActive", string>; export declare const hotspotSymbol: string; export declare const listStyle: string; export declare const itemStyle: string; export declare const iconStyle: string; export declare const overlayPositions: Record<"bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight", string>;