declare function h(type: any, props: any, ...children: any[]): { type: any; props: any; }; export default h;