import { ColorFormats } from '../enums/formats'; export declare function isDescendantOrSame(nodeParent: any, nodeTarget: any): boolean; export declare function getFormat(format: string): ColorFormats;