/**
 * @license
 * Copyright 2022 Google LLC
 * SPDX-License-Identifier: BSD-3-Clause
 */
export declare const Fragment: any;
export declare const jsxDEV: <P extends {
    children?: import("react").ReactNode[] | import("react").ReactNode;
}>(type: import("react").ElementType<P>, props: P, key: string | undefined, isStaticChildren: boolean, source: Object, self: Object) => any;
//# sourceMappingURL=jsx-dev-runtime.d.ts.map