/// import {ButtonProps} from './index.type'; declare const Button: (props: ButtonProps) => JSX.Element; export default Button;