export declare function rgb(hex: any): any; export declare function rgba(hex: any, opacity: any): any; export declare function darken(hex: any, amount: any): any; export declare function lighten(hex: any, amount: any): any; declare const _default: { rgb: typeof rgb; rgba: typeof rgba; darken: typeof darken; lighten: typeof lighten; }; export default _default; //# sourceMappingURL=color.d.ts.map