import React from "react"; import { type LinkButtonProps } from "heroui-native"; export interface NLinkProps extends Omit { children: React.ReactNode; href?: string; labelClassName?: string; } export declare const NLink: React.NamedExoticComponent; //# sourceMappingURL=NLink.d.ts.map