import type { Child } from '../types';
export declare const Fragment: ({ children, ...props }: {
    children?: Child;
}) => Child;
//# sourceMappingURL=fragment.d.ts.map