import { FC } from 'react'; declare const TheLandingProvider: FC<{ theme?: any; }>; export default TheLandingProvider;