/// interface Props { onCreateFile: () => void; } export default function StartScreen(props: Props): JSX.Element; export {};