import { ChannelSession } from '../../channels/ChannelSession';
import { TTeamsChannel } from '../../interfaces/TTeamsChannel';
import { ISessionEvent } from '../../sessionConnectors/renderer/events';
export declare const renderCommentTeams: (events: ISessionEvent[], channel: TTeamsChannel, channels: ChannelSession[]) => Promise<{
    $schema: string;
    type: string;
    version: string;
    body: {
        type: string;
        padding: string;
        spacing: string;
        items: ({
            type: string;
            padding: string;
            items: ({
                type: string;
                facts: ({
                    title: string;
                    value: string;
                } | {
                    title?: undefined;
                    value?: undefined;
                })[];
                separator: boolean;
                spacing: string;
            } | {
                type: string;
                columns: {
                    type: string;
                    padding: string;
                    width: string;
                    horizontalAlignment: string;
                    items: {
                        type: string;
                        columns: {
                            type: string;
                            padding: string;
                            width: string;
                            items: {
                                type: string;
                                text: string;
                                wrap: boolean;
                                spacing: string;
                            }[];
                        }[];
                        padding: string;
                    }[];
                    verticalContentAlignment: string;
                }[];
                padding: string;
            })[];
        } | {
            type: string;
            columns: ({
                type: string;
                padding: string;
                width: string;
                horizontalAlignment: string;
                items: {
                    type: string;
                    columns: any[];
                    padding: string;
                    spacing: string;
                }[];
                verticalContentAlignment: string;
            } | {
                type: string;
                padding: string;
                width: string;
                items: {
                    type: string;
                    actions: {
                        type: string;
                        title: string;
                        url: string;
                        style: string;
                        isPrimary: boolean;
                    }[];
                    horizontalAlignment: string;
                }[];
                horizontalAlignment: string;
                verticalContentAlignment: string;
            })[];
            padding: string;
            style: string;
            items?: undefined;
        })[];
    }[];
}>;
//# sourceMappingURL=renderCommentTeams.d.ts.map