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