export declare function jsx(tag: T, props?: JSX.IntrinsicElements[T], ...children: any[]): { cow: true; };