import type { LC } from '@use-gpu/live'; import type { TypedArray } from '@use-gpu/core'; type VectorHelperProps = { position?: number[] | TypedArray; direction?: number[] | TypedArray; color?: number[] | TypedArray; width?: number; length?: number; }; export declare const VectorHelper: LC; export {};