import * as React from 'react'; import { SimpleButtonProps } from '../../../components/SimpleButton'; export interface PauseButtonProps extends SimpleButtonProps { fillColor?: 'neutral' | 'red'; } export declare class ButtonUnsuspend extends React.Component { render(): React.JSX.Element; }