import { createChatInlineLayoutComponent } from 'instantsearch-ui-components';
export declare const ChatInlineLayout: ReturnType<typeof createChatInlineLayoutComponent> & {
    $$inlineLayout: true;
};
