import { AnyString } from "../utils/types.js";
import "../utils/index.js";
import { VuiTheme } from "../theme/types.js";
import "../theme/index.js";
//#region src/system/colors.d.ts
type ColorGetter = keyof VuiTheme['colors'] | AnyString;
//#endregion
export { ColorGetter };

//# sourceMappingURL=colors.d.ts.map