import type { JBCheckboxWebComponent } from "./jb-checkbox"; import type { EventTypeWithTarget } from 'jb-core'; export type ElementsObject = { componentWrapper: HTMLDivElement; svgWrapper: HTMLDivElement; svg: SVGAElement; label: HTMLDivElement; message: HTMLDivElement; }; export type ValidationValue = boolean; export type JBCheckboxEventType = EventTypeWithTarget; //# sourceMappingURL=types.d.ts.map