import React from 'react'; interface iProps { children?: React.ReactNode; } export declare const AppTheme: (props: iProps) => JSX.Element; export {};