export declare const CSSGlobal_Name = "CSSGlobal"; export declare const CSSGlobalType_Name = "CSSGlobalType"; export declare const CSSGlobal: { readonly inherit: "inherit"; readonly initial: "initial"; readonly revert: "revert"; readonly revertLayer: "revert-layer"; readonly unset: "unset"; }; export type CSSGlobalType = (typeof CSSGlobal)[keyof typeof CSSGlobal];