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