/** * @name Button Component * @description The Button component wraps the low-level style primitives and accepts a tone prop for quick theming. * @layout center * @order 2 */ export default function Example(): () => import("@remix-run/ui").RemixElement;