import { Themable } from '../theme-provider/types'; import { CSSProperties } from 'react'; type Sizable = { width?: CSSProperties['width']; height?: CSSProperties['height']; }; export declare const ChatFrame: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Themable & Sizable, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {}; //# sourceMappingURL=chat-frame.d.ts.map