import React from "react"; import { ButtonStyled } from "./button.style"; export const Button = (props: React.HtmlHTMLAttributes) => { return ; };