import { ButtonProps } from './button.type';
declare const Button: ({ title, onClick }: ButtonProps) => any;
export default Button;