/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const UiThemeEnum: { readonly Automatic: "automatic"; readonly Light: "light"; readonly Dark: "dark"; readonly UnknownDefaultOpenApi: "11184809"; }; export type UiThemeEnum = typeof UiThemeEnum[keyof typeof UiThemeEnum]; export declare function instanceOfUiThemeEnum(value: any): boolean; export declare function UiThemeEnumFromJSON(json: any): UiThemeEnum; export declare function UiThemeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiThemeEnum; export declare function UiThemeEnumToJSON(value?: UiThemeEnum | null): any; export declare function UiThemeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UiThemeEnum; //# sourceMappingURL=UiThemeEnum.d.ts.map