export declare const RGB_STATUS: {
    readonly SHOWING_COLOR: "Showing Color";
    readonly NOT_CONFIGURED: "Not Configured";
    readonly CONFIGURING_RGB: "Configuring RGB";
    readonly SHOWING_EFFECT: "Showing Effect";
    readonly UNKNOWN: "Unknown";
    readonly ERROR: "Error";
};
