/// import { AnchorLink } from './@compound/Link'; import { AnchorTitle } from './@compound/Title'; import { Anchor as AnchorBase, type AnchorProps } from './Anchor'; export { AnchorBase, type AnchorProps, AnchorLink, AnchorTitle }; export declare const Anchor: typeof AnchorBase & { Title: { ({ children }: { children?: import("react").ReactNode; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; Link: typeof AnchorLink; }; //# sourceMappingURL=index.d.ts.map