import { PipeTransform } from "@angular/core"; import { SystemColor, ThemeColor } from "../models/config-interfaces"; import * as i0 from "@angular/core"; export declare class StyleColorPipe implements PipeTransform { transform(state?: ThemeColor | SystemColor): Array; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }