import type { LC } from '@use-gpu/live'; import type { TypedArray } from '@use-gpu/core'; type AABBHelperProps = { matrix?: number[] | TypedArray; into?: number[] | TypedArray; min?: number[] | TypedArray; max?: number[] | TypedArray; color?: number[] | TypedArray; width?: number; zBias?: number; mode?: string; }; export declare const AABBHelper: LC; export {};