export declare const pegaReferenceElementStyle = "pega-reference {\n color: #076bc9;\n cursor: pointer;\n}\n\npega-reference:hover{\n text-decoration: underline;\n}\n\npega-reference::before{\n content: '['\n}\n\npega-reference::after{\n content: ']'\n}"; export declare const createPegaReferenceElement: (win: typeof globalThis) => new () => HTMLElement; //# sourceMappingURL=PegaCustomElement.d.ts.map