export declare const depthContext: import("react").Context<number>;
export declare const useDepth: () => number;
