import Store from '@webbitjs/store'; export default class FieldObjectManager { private sourceKey; private sourceProvider; private store; private fieldElement; private unsubscriber?; constructor(fieldElement: HTMLElement, store: Store); setSource(key: string, provider: string): void; private addFieldObjectsFromSources; private addChild; private hasChild; private getChildren; }