export interface CompatElement { type: any; key: any; ref: () => any; props: { children: Array; [key: string]: any; }; }