import type { BeanCollection } from '../interfaces/beanCollection'; export declare function removeFromParent(beans: BeanCollection, child: HTMLElement): void; export declare function setChildren(beans: BeanCollection, container: HTMLElement, children: HTMLElement[]): void;