import { Signature } from './signature';
export type { WebSignatureProps as SignatureProps, SignatureType, } from "../../types";
export default Signature;
