export declare const cookieColumns: { name: string; header: string; bodyRenderer: (row: any) => import("lit-html").TemplateResult<1>; }[]; export declare const cookieStrictlyNecessary: { origins: string[]; cookie: string; provenance: string; purpose: string; lifespan: string; }[]; export declare const cookiePerformance: { origins: string[]; cookie: string; provenance: string; purpose: string; lifespan: string; }[]; export declare const cookieTargeting: { origins: string[]; cookie: string; provenance: string; purpose: string; lifespan: string; }[];