import { Fragment, JSX } from './jsx-runtime';
export declare const jsxDEV: (type: any, props: Record<string, unknown>, key: any, _: boolean, __source: Record<string, unknown>) => import("./jsx").JSXSlack.JSX.Element | null;
export { Fragment };
export type { JSX };
