import React from 'react'; import { ZIndexContextValue } from '../zOffsets/types'; export declare type ZIndexContextValueKey = keyof ZIndexContextValue; /** * This component should only be used by core Sanity packages. * @internal */ export declare function LegacyLayerProvider({ children, zOffset: zOffsetKey, }: { children: React.ReactNode; zOffset: ZIndexContextValueKey; }): React.JSX.Element; //# sourceMappingURL=LegacyLayerProvider.d.ts.map