import type { ValuesType } from 'utility-types';
import { Clothes } from '../options';
export declare const clothing: Record<Exclude<ValuesType<Clothes>, 'blazer' | 'shirt' | 'sweater'>, (color: string, clotheGraphic?: string) => string>;
