import { initializeComponentDependencies } from './dependencies/discover.ts'; import { updateLuminaTs } from './dependencies/updateLumina.ts'; export { useLumina } from './useLumina.ts'; export type * from './publicTypes.ts'; export { inferCdnUrl } from './defaultAssetsUrl.ts'; export type { CompilerContext } from './context/index.ts'; /** * These are exposed only for usage by the @arcgis/stencil-to-lumina codemod * * @private */ export declare const exportsForCodemod: { initializeComponentDependencies: typeof initializeComponentDependencies; updateLuminaTs: typeof updateLuminaTs; propertyToAttributeMappings: { readonly common: Required; readonly perElement: Record; }; nativeEvents: Set; svgElements: Set; mathMlElements: Set; alwaysAttributes: Set; nativeAlwaysAttributes: Set; htmlAlwaysAttributes: Record | undefined>; };