import { ThemeProps } from "../../theme"; export declare const TranscriptErrorStyledHeader: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemeProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; interface TranscriptMessageBubbleStyleProps extends ThemeProps { isAgent?: boolean; } export declare const TranscriptMessageBubbleContentContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & TranscriptMessageBubbleStyleProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledAvatar: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & TranscriptMessageBubbleStyleProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};