export declare const brighten: (color: string, percent: number) => string;
