import { type Handle } from '@remix-run/ui'; /** * @name Listbox Overview * @description A keyboard-navigable listbox with selection, highlighting, and an optional flash-selection animation. * @layout center */ export default function Example(handle: Handle): () => import("@remix-run/ui").RemixElement;