export declare function addVnodeProps(vnode: Record<string, any>, newData: Record<string, any>): void;
export declare function setPropertys($elem: object, attrs: Record<string, string>): void;
export declare function convertHyphenToCamel(str: string): string;
