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