import { ColorInput } from '@ctrl/tinycolor'; export declare function setOpacity(color: ColorInput, opacity: number): string;