import React from 'react'; import { LiteLlmApiInterface } from '../api'; interface AuditLogProps { api: LiteLlmApiInterface; } export declare const AuditLog: React.FC; export {};