import { Auth } from "../auth.js";
export declare const appElements: (auth: Auth) => {
    AuthButton: any;
    AuthUser: any;
};
