export default function HairNormal(props: {
    color: string;
}): JSX.Element;
