export declare const isRgba: (colorStr: string) => boolean; export declare const addAlpha: (hexColor: string, alpha: number) => string; /** * Define a translucent version of the foreground color as a global css variable */ export declare function applyForegroundRGBA(): void; //# sourceMappingURL=themeHelpers.d.ts.map