export declare enum StatusType {
    ONLINE = "online",
    DND = "dnd",
    IDLE = "idle",
    OFFLINE = "offline",
    STREAMING = "streaming"
}
export declare enum BackgroundType {
    IMAGE = "image",
    COLOR = "color"
}
export declare enum ProgressBarType {
    COLOR = "color",
    GRADIENT = "gradient"
}
//# sourceMappingURL=enums.d.ts.map