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