const Button = ({ children, loading = false, ...rest }: React.ButtonHTMLAttributes & { loading?: boolean }) => { return (); } export default Button;