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