import { type SecurityDetection } from '@particle-network/auth-core';
import React from 'react';
interface Prop {
    securityDetection: SecurityDetection[];
}
declare const RiskReminder: (prop: Prop) => React.JSX.Element;
export default RiskReminder;
