import { Chat } from '../chat.svelte.js';
type $$ComponentProps = {
    id?: string;
};
declare const ChatSynchronization: import("svelte").Component<$$ComponentProps, {
    chat1: Chat;
    chat2: Chat;
}, "">;
type ChatSynchronization = ReturnType<typeof ChatSynchronization>;
export default ChatSynchronization;
//# sourceMappingURL=chat-synchronization.svelte.d.ts.map