export type ElementsObject = {
    componentWrapper: HTMLDivElement;
    svgWrapper: HTMLDivElement;
    svg: SVGAElement;
    label: HTMLDivElement;
};
export type ValidationValue = boolean;
