import { type Handle } from '@remix-run/ui'; /** * @name Spring Drag Release * @description A full-screen spring physics playground with click targets and drag-release velocity. */ export default function SpringDemo(handle: Handle): () => import("@remix-run/ui").RemixElement;