import { ZIndexContextValue } from './types'; /** * @internal */ export declare function getLegacyZIndexes(): ZIndexContextValue; /** * @internal */ export declare function getCustomCSSPropertyNumber(key: string): number | undefined; //# sourceMappingURL=legacyZIndexes.d.ts.map