import { MessageState } from "../../../state/ConversationState"; import { FlexBox, FlexBoxColumn } from "../../FlexBox"; import { ConversationItemStyleProps } from "../MessageListItem"; interface ThemedMessage { message: MessageState; } export declare const Container: import("@emotion/styled").StyledComponent; }>; export declare const HeaderContainer: import("@emotion/styled").StyledComponent; }>; export declare const UserNameContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const TimeContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const BodyContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const MediaContainer: import("@emotion/styled").StyledComponent; }>; export declare const MediaMessageErrorContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & import("react").ClassAttributes & import("react").HTMLAttributes & { children?: import("react").ReactNode | undefined; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const MediaMessageContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemedMessage, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; export declare const MediaMessageActions: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemedMessage, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledBlockQuote: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemedMessage, import("react").DetailedHTMLProps, HTMLElement>, {}>; export declare const StyledContentTemplateContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemedMessage, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledContentTemplateBody: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemedMessage, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};