export declare const ZIndexLevels: { readonly zIndex1: "1"; readonly zIndex1000: "1000"; }; export type ZIndexLevels = (typeof ZIndexLevels)[keyof typeof ZIndexLevels];