import React from "react"; export default function hairMohawk(props: { color: string; colorRandom: boolean; }): React.ReactElement;