import type { CPUGeometry } from '@use-gpu/core'; export declare const makeArrowGeometry: (detail?: number, width?: number) => CPUGeometry;