import type { ComponentProps } from 'react';
import React from 'react';
export declare const Anchor: ({ children, href }: ComponentProps<'a'>) => React.JSX.Element;
