import * as React from 'react';
import { SignatureType } from '../../common';
declare type Props = {
    value: SignatureType;
};
export declare const SignatureRejected: React.FC<Props>;
export {};
