import { FRAGMENT_NODE } from "./data";
import type { FragmentType } from "./types";
export declare const Fragment: FragmentType;
export { FRAGMENT_NODE };
