export declare const MAX_USER_MENTION_COUNT = 10;
export declare const MAX_USER_SUGGESTION_COUNT = 15;
export declare const USER_MENTION_TEMP_CHAR = "@";
export declare const UIKIT_COMPATIBLE_FORM_VERSION = 1;
export declare enum ThreadReplySelectType {
    PARENT = "PARENT",
    THREAD = "THREAD"
}
