import { Meta } from '@storybook/react'; import { ChatWrapper, ChatWrapperProps } from '.'; declare const meta: Meta; export declare const Doc: (props: ChatWrapperProps) => import("react").JSX.Element; export default meta;