declare function toggleClass(dom: HTMLElement, cls: string, on?: boolean): void;

export { toggleClass };
