import type { InteractiveCanvasAppState } from "../types"; export declare const renderSnaps: (context: CanvasRenderingContext2D, appState: InteractiveCanvasAppState) => void;