import type { LC, PropsWithChildren } from '@use-gpu/live'; export type ShadowBufferProps = PropsWithChildren<{ format?: GPUTextureFormat; }>; export declare const ShadowBuffer: LC;