import { SolanaRpcMethod } from '@particle-network/auth-core';
import React from 'react';
interface IProps {
    param: unknown;
    method: SolanaRpcMethod;
    chainId?: number;
    loginAuthorizationSign?: boolean;
}
declare function InfoSign(props: IProps): React.JSX.Element;
export default InfoSign;
