import type { LC } from '@use-gpu/live'; import type { OITOptions } from '../../pass/types.d.cts'; export type OITBufferProps = { oit?: OITOptions; }; export declare const OIT_TRANSPARENCY_FORMAT = "rgba16float"; export declare const OIT_REVEALAGE_FORMAT = "r16float"; export declare const OITBuffer: LC; export declare const DEFAULT_OIT_OPTIONS: {}; export declare const parseOITOptions: (opt: boolean | Partial) => { _unused?: boolean; };