export declare enum ErrorCorrectionLevel { L = "L", M = "M", Q = "Q", H = "H" } export declare enum Environment { production = "production", staging = "staging" } export declare enum ThemePreset { light = "light", dark = "dark" }