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