import { ColorTypes } from '../interface'; export declare type ICurrentColorType = Exclude; export declare const removeTransparency: (color: string, currentColorType: ICurrentColorType) => string;