import React, { PropsWithChildren } from 'react'; export declare function AppThemeProvider({ children }: PropsWithChildren<{}>): React.JSX.Element;