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