import { type FC, type PropsWithChildren } from 'react'; import type { LayerId } from '../../types'; export declare const LayerContext: import("react").Context<{ id: LayerId; }>; type LayerProviderProps = { id: LayerId; }; export declare const LayerProvider: FC>; export {}; //# sourceMappingURL=LayerContext.d.ts.map