export declare const Z_INDEX: {
    readonly BASE: 0;
    readonly CONTENT: 1;
    readonly TABLE: 10;
    readonly CONNECTION_LINE: 15;
    readonly DRAGGING_ITEM: 20;
    readonly TOOLBAR: 30;
    readonly DROPDOWN: 40;
    readonly MODAL_BACKDROP: 50;
    readonly MODAL: 50;
    readonly DIALOG: 50;
    readonly SELECT_CONTENT: 50;
    readonly TOOLTIP: 60;
    readonly NOTIFICATION: 70;
};
export declare const getZIndex: (level: keyof typeof Z_INDEX) => number;
export declare const VDT_CLERK_PUBLISHABLE_KEY: any;
//# sourceMappingURL=common.d.ts.map