import { type Handle } from '@remix-run/ui'; /** * @name Select Deconstructed * @description Build a fully custom select by composing the select, popover, and listbox primitives directly. * @layout center */ export default function Example(handle: Handle): () => import("@remix-run/ui").RemixElement;