import { RGBAColor } from './oncoprintruleset'; export default function extractrgba(str: string): RGBAColor; export declare function hexToRGBA(str: string): RGBAColor; export declare function rgbaToHex(rgba: RGBAColor): string;