import { LinkProps as LinkProps$1 } from 'react-aria-components';
import * as react from 'react';
import { LinkVariantProps } from '@trail-ui/theme';

interface LinkProps extends LinkProps$1, LinkVariantProps {
    className?: string;
}
declare const _Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;

export { _Link as Link, LinkProps };
