/// import type { Interpolation } from '@react-spring/web'; interface Props { x: number | Interpolation; height: number; theme: string; id?: string; opacity?: number; } export declare function Crosshair({ x, height, opacity, theme, id }: Props): JSX.Element; export {}; //# sourceMappingURL=Crosshair.d.ts.map