import type { ValuesType } from 'utility-types';
import { Eyebrow } from '../options';
export declare const eyebrows: Record<Exclude<ValuesType<Eyebrow>, 'flat' | 'frown' | 'raised' | 'sad' | 'unibrow' | 'up'>, () => string>;
