import { type Optional } from '@ephox/katamari'; import { type SugarElement } from '@ephox/sugar'; import type { AlloyComponent } from './ComponentApi'; import type { ComponentDetail } from './SpecTypes'; declare const build: (spec: ComponentDetail, obsoleted: Optional>) => AlloyComponent; export { build }; //# sourceMappingURL=Component.d.ts.map