import { DialogParams, LoginOptions } from "../types/options"; export declare const DIALOG_PARAMS_STATE = "fb-login-state"; export declare function isRedirected(dialogParams?: DialogParams): boolean; export declare function redirectToDialog(dialogParams: DialogParams, loginOptions: LoginOptions): void; export declare function getFB(): import("../types/fb").FB;