import { CLinkProps } from '../link/CLink';
import { PolymorphicRefForwardingComponent } from '../../helpers';
export interface CNavLinkProps extends CLinkProps {
to?: string;
}
export declare const CNavLink: PolymorphicRefForwardingComponent<'a', CNavLinkProps>;