import * as React from 'react'; declare function Link({ className, ref, ...props }: React.HTMLProps & { href: string; ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; export { Link };