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