import { AISmartRepliesStyle, SmartRepliesStyle } from "@cometchat/uikit-shared";
import { CometChatTheme } from "@cometchat/uikit-resources";
import { CSSProperties } from "vue";
export declare const getContainerStyle: (style?: AISmartRepliesStyle, theme?: CometChatTheme) => CSSProperties;
export declare const contentContainerStyle: CSSProperties;
export declare const getSmartReplyStyle: (theme?: CometChatTheme, style?: AISmartRepliesStyle) => {
    replyTextFont: string;
    replyTextColor: string;
    replyBackground: string;
    boxShadow: string;
    background: string;
    border: string;
    borderRadius: string;
    display: string;
    justifyContent: string;
};
export declare function getBackButtonStyle(style?: SmartRepliesStyle, theme?: CometChatTheme): any;
export declare function getSmartRepliesContainerStyle(): any;
export declare function getSmartRepliesTitleStyle(style?: AISmartRepliesStyle, theme?: CometChatTheme): any;
