import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class InvertColorPipe implements PipeTransform {
    transform(hex: string, bw: boolean): unknown;
    static ɵfac: i0.ɵɵFactoryDeclaration<InvertColorPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<InvertColorPipe, "invertColor", true>;
}
