import type { LiveComponent } from '@use-gpu/live'; import type { VirtualDraw } from '../../pass/types.d.mts'; export type ShadowRenderProps = VirtualDraw; export declare const ShadowRender: LiveComponent;