export declare enum MessageActionButtonsAlignment {
    VERTICAL = "vertical",
    HORIZONTAL = "horizontal"
}
