import { state, property, customElement } from "lit/decorators.js";
import { msg, localized } from "@lit/localize";
import type { AuthState } from "@/utils/AuthService";
import LiteElement, { html } from "@/utils/LiteElement";
import type { Profile } from "./types";
import type { APIPaginatedList } from "@/types/api";
import type { SelectNewDialogEvent } from "./index";
import type { Browser } from "@/types/browser";
import { nothing } from "lit";
/**
* Usage:
* ```ts
* ${msg("Browser Profiles")}
${msg("No browser profiles yet.")}