import React from 'react'; import { LayerContextType } from './LayerContext'; export type LayerContextProviderProps = Omit; export declare const LayerContextProvider: ({ id, depth, }: LayerContextProviderProps) => React.JSX.Element;