export class Item {
    domElement: HTMLDivElement;

    constructor(...data: readonly unknown[]);
}
