export interface Props { onClose: () => void; } export declare function SignInInfoPopup({ onClose }: Props): import("react/jsx-runtime").JSX.Element;