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