import * as React from 'react';
import { FormComponentProps } from '@tomino/dynamic-form';
declare type Props = {
    allowComment: boolean;
    reason: string;
};
export declare const SignatureReject: React.FC<FormComponentProps & Props>;
export {};
