export type ConsentPolicyKey = 'essential' | 'functional' | 'analytics' | 'advertising' | 'dataToThirdParty'; export declare const HTML_COMPONENT_TITLE_KEY = "HTML_Settings_Aria_Tag"; export declare const HTML_COMPONENT_TITLE_DEFAULT = "Embedded Content"; export declare const DEFAULT_CONSENT_POLICY: ConsentPolicyKey; export declare const SANDBOX = "allow-same-origin allow-forms allow-popups allow-modals allow-scripts allow-pointer-lock"; export declare const ALLOWED_PROTOCOLS: string[];