import * as React from 'react'; export declare const Button: React.SFC<{ text: string; onClick: () => void; }>;