import type { IFragment } from "./fragment.types"; export declare function Fragment({ children, ...props }: IFragment): DocumentFragment;