import React, { ReactElement } from 'react';
import { ISignProps } from './type';
export declare const Sign: React.MemoExoticComponent<({ signType, }: ISignProps) => ReactElement>;
