import React, { AnchorHTMLAttributes, FC } from 'react' const A: FC> = ({ href, ...rest }) => { return } export default A