import type { AnchorHTMLAttributes } from 'react';
type InlineLinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
export default function InlineLink({ className, children, ...rest }: InlineLinkProps): import("react/jsx-runtime").JSX.Element;
export {};
