import { Button as ReactEmailButton } from "@react-email/components"; import {ComponentPropsWithoutRef} from "react"; export const Button = (props: ComponentPropsWithoutRef) => { return ( ) }