/**
 * 挂载组件到body中
 * @param options
 * @param Component
 */
export default function createComponent(Component: any, options: any): () => void;
