import type { ChatLayoutOwnProps } from 'instantsearch-ui-components';
export type { ChatLayoutOwnProps };
export declare const ChatOverlayLayout: (userProps: ChatLayoutOwnProps) => JSX.Element;
