import { Fragment } from './jsx'; interface PropsWithChildren { children?: any; [key: string]: any; } export declare const jsx: (tagName: any, props: PropsWithChildren) => any; export declare const jsxs: (tagName: any, props: PropsWithChildren) => any; export { Fragment };