import { Fragment, jsx } from 'react/jsx-runtime'; type JSXType = Parameters[0]; type JSXKey = Parameters[2]; type JSXProps = Parameters[1] & { children?: unknown; }; export { Fragment }; export declare const jsxDEV: (type: JSXType, props: JSXProps, key?: JSXKey, _isStaticChildren?: boolean, _source?: unknown, _self?: unknown) => import("react").ReactElement>;