export declare class RtfContentExporter {
    static readonly predefinedUserGroups: Record<number, string>;
    static createPredefinedUserGroups(): Record<number, string>;
}
