/**----------------------------------------------------------------------------------------- * Copyright © 2026 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; 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; static ɵcmp: i0.ɵɵComponentDeclaration; }