import React from 'react';
import { type EvmSignProps } from '..';
export declare const getAAIcon: (aaType: string, theme: string) => any;
declare function EvmSign(props: EvmSignProps): React.JSX.Element;
export default EvmSign;
