export declare function useConversationFilesPanel(): { isOpen: any; conversationId: any; panelWidth: any; minPanelWidth: number; maxPanelWidth: number; openPanel: (id: string) => void; closePanel: () => void; togglePanel: (id: string) => void; setPanelWidth: (width: number) => void; };