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