import { JsxContext } from './types.ts'; /** * Throw if encountered an explicit non-type-only import for a Calcite component * or some `@arcgis/*` component package - such packages should be externalized, * so there should not be explicit imports from them (otherwise, they would get * bundled in) * * If there are exceptions to this rule, please notify Lumina maintainers. */ export declare function throwOnImportingExternalized(context: JsxContext): [];