import type { ValuesType } from 'utility-types';
import { ClotheGraphics } from '../options';
export declare const clothingGraphic: Record<ValuesType<ClotheGraphics>, () => string>;
