import type { AgentLogViewProps } from './types.js';
declare const AgentLogView: import("svelte").Component<AgentLogViewProps, {}, "">;
type AgentLogView = ReturnType<typeof AgentLogView>;
export default AgentLogView;
//# sourceMappingURL=AgentLogView.svelte.d.ts.map