declare module 'polished' { export function darken(amount: number, color: string): string; }