/// interface IProps { onLaunch: () => void; } declare const _default: ({ onLaunch }: IProps) => JSX.Element; export default _default;