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