import React from 'react'; import { Props } from './index'; declare const _default: ({ appId, path, onLaunch, children, style, username, ...props }: Props) => React.ReactElement> | undefined; export default _default;