import { h } from 'preact'; import type { ChatLayoutTemplateData } from '../../widgets/chat/chat'; import type { ChatSidePanelLayoutProps } from 'instantsearch-ui-components'; export declare function chatSidePanelLayout(options?: Pick): (props: ChatLayoutTemplateData) => h.JSX.Element;