/** * Layout-neutral wrapper (no DOM element). The resolver uses it to splice a * repeated subtree (compile-time Repeat) inline so it flows as authored. */ export declare function Fragment({ children }: { children?: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Fragment.d.ts.map