import { LinkProps } from './types/Link.props.ts'; import type * as React from 'react'; /** * Styled `` element with optional start/end icons and typography tokens. * Prevents default navigation when `onClick` is provided, enabling SPA * routing adapters. Requires a visible `label` or icon-accessible content. */ declare const Link: React.FC; export default Link;