import type { ButtonComponent } from './type'; import './style.css'; declare const Button: ButtonComponent; export default Button;