/** * Consent Revocation Notice * * Clock-iconed footer block telling the user where they can revoke and that * permissions auto-expire after N days of inactivity. * * @module components/consent-revocation-notice */ import { LitElement } from "lit"; export declare class ConsentRevocationNotice extends LitElement { revocationPath: string; orgName: string; inactivityDays: number; static styles: import("lit").CSSResult; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "consent-revocation-notice": ConsentRevocationNotice; } } //# sourceMappingURL=consent-revocation-notice.d.ts.map