export declare const ZIndexes: { readonly Compound: 1; readonly Edge: 20; readonly EdgeLabel: 25; readonly Element: 20; readonly Max: 30; }; export declare const MinZoom = 0.05; export declare const MaxZoom = 3; export declare const FitViewPaddings: { default: "16px"; withControls: { top: "58px"; left: "16px"; right: "16px"; bottom: "16px"; }; }; export declare const MAX_COMPOUND_DEPTH = 5;