import { FC } from 'react'; type AppWrapperProps = { appKey?: string; }; declare const AppWrapper: FC; export default AppWrapper;