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