import React from "react"; import { type SurfaceRootProps } from "heroui-native"; export interface NSurfaceProps extends SurfaceRootProps { children: React.ReactNode; } export declare const NSurface: React.NamedExoticComponent; //# sourceMappingURL=NSurface.d.ts.map