import type { Optional } from '@ephox/katamari'; import type { SugarElement } from '@ephox/sugar'; import type { AlloyComponent } from './ComponentApi'; declare const toElem: (component: AlloyComponent) => SugarElement; declare const getByUid: (component: AlloyComponent, uid: string) => Optional; export { toElem, getByUid }; //# sourceMappingURL=ComponentUtil.d.ts.map