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