import React from "react"; export interface NThemeProps { children: React.ReactNode; } export declare const NTheme: React.NamedExoticComponent; //# sourceMappingURL=NTheme.d.ts.map