/** * Valid CSS variable name that starts with `--` and follows CSS naming conventions */ export type CssVariableName = string; //# sourceMappingURL=CssVariableName.d.ts.map