import { type SugarElement } from '@ephox/sugar'; import type { AlloyComponent } from '../api/component/ComponentApi'; import type { AnchorSpec } from '../positioning/mode/Anchoring'; declare const isPartOf: (component: AlloyComponent, queryElem: SugarElement) => boolean; declare const isPartOfAnchor: (anchor: AnchorSpec, queryElem: SugarElement) => boolean; export { isPartOf, isPartOfAnchor }; //# sourceMappingURL=ComponentStructure.d.ts.map