export const Types: {}; export function hint(n: any): number[]; export function element(type: any, props: any, children: any): any; export function recycle(el: any): void; export function apply(el: any, last: any, node: any, parent: any, index: any): any; export function createClass(prototype: any): any;