import React from 'react'; export interface InitialViewProperties { } declare const InitialView: React.FC; export default InitialView;