import type { TrustedTypePolicyFactory, TrustedHTML } from 'trusted-types/lib';
export declare const getTrustedTypes: () => TrustedTypePolicyFactory | undefined;
export declare const isTrustedHtml: (value: unknown) => boolean;
export declare const isHtml: (value: unknown) => boolean;
export type HTML = string | TrustedHTML;
