/** * Linkbreakers API * This is a documentation of all the APIs of Linkbreakers * * The version of the OpenAPI document: 1.118.3 * * * 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 PageThemeContainerVariant: { readonly PageThemeContainerVariantUnspecified: "PAGE_THEME_CONTAINER_VARIANT_UNSPECIFIED"; readonly PageThemeContainerVariantRounded: "PAGE_THEME_CONTAINER_VARIANT_ROUNDED"; readonly PageThemeContainerVariantSquare: "PAGE_THEME_CONTAINER_VARIANT_SQUARE"; }; export type PageThemeContainerVariant = typeof PageThemeContainerVariant[keyof typeof PageThemeContainerVariant]; export declare function instanceOfPageThemeContainerVariant(value: any): boolean; export declare function PageThemeContainerVariantFromJSON(json: any): PageThemeContainerVariant; export declare function PageThemeContainerVariantFromJSONTyped(json: any, ignoreDiscriminator: boolean): PageThemeContainerVariant; export declare function PageThemeContainerVariantToJSON(value?: PageThemeContainerVariant | null): any; export declare function PageThemeContainerVariantToJSONTyped(value: any, ignoreDiscriminator: boolean): PageThemeContainerVariant;