import Color from 'colorjs.io';
export declare function transparentize(color: Color, amount: number): Color;
