import React from 'react';
declare const ZIndexContext: React.Context<number | undefined>;
export default ZIndexContext;
