export type Postition = [number, number];
export interface Elements {
    labels: HTMLElement[];
    labelsContainer: HTMLElement;
}
