import { AnchorProps, AnchorLinkProps } from 'antd'; import React from 'react'; export declare const Anchor: { ({ [SLOT.id]: dataId, [SLOT.dnd]: dataDnd, style, ...rest }: AnchorProps & { [key: string]: any; children?: React.ReactNode; }): React.JSX.Element; Link: (props: AnchorLinkProps & { [key: string]: any; children?: React.ReactNode; }) => React.JSX.Element; }; export declare const AnchorLink: (props: AnchorLinkProps & { [key: string]: any; children?: React.ReactNode; }) => React.JSX.Element;