import { ImportType } from '../types';
export declare const COLOR_ATTRS_TO_REPLACE: Record<string, true>;
export declare const IGNORE_COLORS: Record<string, true>;
export declare const IMPORT_TYPES: ImportType[];
