/** * The name of the custom element. */ export declare const ELEMENT_NAME = "rnw-solution-embed"; /** * The list of allowed hostnames for the iframe's "url" attribute. */ export declare const ALLOWED_HOSTNAMES: string[]; /** * Custom event names. */ export declare const EVENT_LOAD_LEGACY = "rnw.load"; export declare const EVENT_LOAD = "rnw.solution-embed.load"; export declare const EVENT_LOCATIONCHANGE = "rnw.solution-embed.locationchange"; //# sourceMappingURL=constants.d.ts.map