import { AppInstance } from 'handie-react-starter-antd';
import { AppDescriptor } from '../types/app';
declare function createApp({ routes, ...others }: AppDescriptor): AppInstance;
export { createApp };
