export declare class SupportCategory { id: string; name: string; groupId: string; isPublic: boolean; constructor(v?: Partial); }