/// declare const UsernameForm: ({ onSubmit }: { onSubmit: (name: string) => void; }) => JSX.Element; export default UsernameForm; //# sourceMappingURL=UsernameForm.d.ts.map