import { type ClientOutput } from "@assistant-ui/store"; import type { ResourceElement } from "@assistant-ui/tap"; export type InMemoryThreadListProps = { thread: (threadId: string) => ResourceElement>; onSwitchToThread?: (threadId: string) => void; onSwitchToNewThread?: () => void; }; export declare const InMemoryThreadList: (props: InMemoryThreadListProps) => ResourceElement, InMemoryThreadListProps>; //# sourceMappingURL=InMemoryThreadList.d.ts.map