import type { FC } from 'react'; import type { RunItValues } from '../..'; interface LoginFormProps { requestContent: RunItValues; } export declare const readyToLogin = "OAuth is configured but your browser session is not authenticated. Click Login to enable RunIt."; export declare const notReadyToLogin = "OAuth is not configured. Configure it to be able to Login."; export declare const LoginForm: FC; export {};