import { type Handle } from '@remix-run/ui'; /** * @name Popover Overview * @description A popover panel anchored to a trigger button, containing form controls and a close action. * @layout center */ export default function Example(handle: Handle): () => import("@remix-run/ui").RemixElement;