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