/// declare const Button: ({ children }: { children: any; }) => JSX.Element; export default Button;