import React from 'react'; interface Props { children: string; payload?: string; } declare const Button: React.FC; export default Button;