import React from "react"; import { type PressableProps } from "react-native"; export interface NPressProps extends PressableProps { children: React.ReactNode; feedback?: boolean; className?: string; } export declare const NPress: React.NamedExoticComponent; //# sourceMappingURL=NPress.d.ts.map