/** * Consent Footer * * `Protected by ✓ Checkpoint` (left) + `How does this work?` (right). Shared * between the consent screen and the (future-migrated) gateway consent. * * @module components/consent-footer */ import { LitElement } from "lit"; import type { ConsentTheme } from "../types/capabilities.types.js"; export declare class ConsentFooter extends LitElement { theme: ConsentTheme; howItWorksUrl: string; static styles: import("lit").CSSResult; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "consent-footer": ConsentFooter; } } //# sourceMappingURL=consent-footer.d.ts.map