export declare const darken: (color: string, amount: number) => string; export declare const lighten: (color: string, amount: number) => string;