import { V2 } from "../../../tools/v2.js";
export declare function stick_vector_to_pixels(radius: number | undefined, [x, y]: V2): number[];
