export declare const createElement: (tag: keyof HTMLElementTagNameMap, prop: any) => HTMLElement;
export declare const TAU: number;
export declare const normalize: (rad: number) => number;
export declare const userSelectNoneForAllBrowsers: Partial<CSSStyleDeclaration> & Record<string, string | null>;
