import { FunctionComponent, HTMLAttributes } from 'react'; declare type Props = Pick, 'onClick'>; declare const Button: FunctionComponent; export default Button;