import React from "react"; import { type ChipProps } from "heroui-native"; export interface NChipProps extends ChipProps { } export declare const NChip: React.NamedExoticComponent; //# sourceMappingURL=NChip.d.ts.map