import { AnchorProps } from './type'; import './index.scss'; declare const Anchor: (props: AnchorProps) => import("react/jsx-runtime").JSX.Element; export default Anchor;