import { Auth } from "./auth.js";
import { AuthOptions } from "./types.js";
export declare function prepareElements(auth: Auth): Promise<{
    AuthButton: any;
    AuthUser: any;
    AuthSigil: any;
}>;
export declare function install(options?: Partial<AuthOptions>): Promise<Auth>;
