/// declare function Button({ ...props }: { [x: string]: any; }): JSX.Element; export { Button };