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