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