export declare const touchEvents: { bindTouchStart: string; bindTouchMove: string; bindTouchEnd: string; bindTouchCancel: string; bindLongTap: string; }; export declare const animation: { animation: string; bindAnimationStart: string; bindAnimationIteration: string; bindAnimationEnd: string; bindTransitionEnd: string; }; export declare function singleQuote(s: string): string; export declare const internalComponents: Record>; export declare const controlledComponent: Set; export declare const focusComponents: Set; export declare const voidElements: Set; export declare const nestElements: Map;