/// import './style.css'; import type { AnchorProps } from './type'; declare const Anchor: import('react').ForwardRefExoticComponent< AnchorProps & import('react').RefAttributes >; export default Anchor;