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