export interface ChatHandlers { open: () => void; close: () => void; toggle: () => void; isOpen: () => boolean; }