import React from 'react'; export declare const signInIcon: () => Promise; export declare function SignIn({ onClose }: { onClose: () => void; }): React.JSX.Element;