import React from 'react'; interface SignedInProps { children: React.ReactNode; } declare const SignedIn: React.FC; export default SignedIn;