/**-----------------------------------------------------------------------------------------
* Copyright © 2024 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { SimpleChanges, AfterViewInit, OnChanges } from '@angular/core';
import { BehaviorSubject } from 'rxjs';
import { HSVA } from './models';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class ColorContrastSvgComponent implements AfterViewInit, OnChanges {
    hostClass: boolean;
    wrapper: any;
    hsva: BehaviorSubject<HSVA>;
    backgroundColor: string;
    paths: any[];
    oldHsva: HSVA;
    oldH: number;
    oldA: number;
    metrics: any;
    ngAfterViewInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
    setPaths(): void;
    private findValue;
    private getPaths;
    static ɵfac: i0.ɵɵFactoryDeclaration<ColorContrastSvgComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ColorContrastSvgComponent, "[kendoColorContrastSvg]", never, { "wrapper": "wrapper"; "hsva": "hsva"; "backgroundColor": "backgroundColor"; }, {}, never, never, true, never>;
}
