import type { Child } from '../types'; declare const Fragment: ({ children }: { children: Child; }) => Child; export default Fragment;