export declare const StackZIndexContext: ({ children, zIndex, }: { children: React.ReactNode; zIndex?: number; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StackZIndex.d.ts.map