import { CSSProperties } from 'react'; import { Themable } from '../../infra/contexts/theme-provider/types'; 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 {};