export default function HairThick(props: {
    color: string;
    colorRandom?: boolean;
}): JSX.Element;
