import type UI5Element from "@ui5/webcomponents-base"; declare const setCompatCustomElementsScopingSuffix: (suffix: string) => void; declare const getCompatCustomElementsScopingSuffix: () => string; declare const patchScopingSuffix: (klass: typeof UI5Element) => void; export { setCompatCustomElementsScopingSuffix, getCompatCustomElementsScopingSuffix, patchScopingSuffix, };