/// export declare const ThemeProvider: import("react").ComponentType<{ theme?: ReactNativePaper.Theme | undefined; }>, withTheme: (WrappedComponent: import("react").ComponentType & C) => import("react").ComponentType & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & C, {}>, useTheme: (overrides?: import("@callstack/react-theme-provider").$DeepPartial | undefined) => ReactNativePaper.Theme;