import { type ChatEntryPageProps } from './index.js';
declare const ChatEntry: import("svelte").Component<ChatEntryPageProps, {}, "">;
type ChatEntry = ReturnType<typeof ChatEntry>;
export default ChatEntry;
