import { Types } from './type'; import { Colors } from './colors'; export declare function changeColorToClassName(color: Colors): string; export declare function changeTypeToIconClassName(type: Types): string;