/**
 * Identity Audit Page
 */
import React from 'react';
export interface IdentityAuditPageProps {
    onNavigate?: (path: string) => void;
    onBack?: () => void;
    className?: string;
}
export declare const IdentityAuditPage: React.FC<IdentityAuditPageProps>;
//# sourceMappingURL=IdentityAuditPage.d.ts.map