/** @jsxImportSource @emotion/react */ import React from 'react'; import { BaseProps } from './withBase'; import { mountIntroViewProps } from '../types'; declare const _default: (props: mountIntroViewProps & BaseProps) => React.JSX.Element; export default _default;