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