export default Button;
declare const Button: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
