import React from 'react'; export type AnchorProps = React.PropsWithChildren<{ className?: string; }>; export declare function Anchor({ children, className }: AnchorProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Anchor.d.ts.map