import { ElementType, Props, Key, JsxChunk, Fragment } from './jsx';
declare const jsx: (el: ElementType, props: Props, key: Key) => JsxChunk;
export { jsx, jsx as jsxs, Fragment };
