export declare function calculateChange(e: any, skip: any, props: any, container: HTMLElement): {
    h: any;
    s: any;
    l: any;
    a: any;
    source: string;
};
