import React from 'react';
import type { LinkLikeComponentProps } from '../../utilities/link';
export interface UnstyledLinkProps extends LinkLikeComponentProps {
}
export declare const UnstyledLink: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<UnstyledLinkProps, "ref"> & React.RefAttributes<any>>>;
//# sourceMappingURL=UnstyledLink.d.ts.map