export const __esModule: boolean;
export default cubehelix;
export function Cubehelix(h: any, s: any, l: any, opacity: any): void;
export class Cubehelix {
    constructor(h: any, s: any, l: any, opacity: any);
    h: number;
    s: number;
    l: number;
    opacity: number;
}
declare function cubehelix(h: any, s: any, l: any, opacity: any, ...args: any[]): Cubehelix;
