/**
 * An object which represents a message action (as shown in the message dropdown);
 */
export type MessageActionAttributes = {
    i18n_text: string;
    handler: Function;
    button_class: string;
    icon_class: string;
    name: string;
};
//# sourceMappingURL=message-actions.d.ts.map