import React from 'react'; type Props = { handleAuthClick: React.MouseEventHandler; }; export declare const SignInContent: ({ handleAuthClick }: Props) => React.JSX.Element; export {};