import React from "react"; export const Button = ({ as: Comp = "button", className = "", ...props }) => ( );