import type { ReactNode } from 'react';
/**
 * Fragment groups elements without a wrapper node.
 *
 * @param props - Props.
 * @returns - Children.
 */
export declare function Fragment(props: {
    children?: ReactNode;
}): ReactNode;
//# sourceMappingURL=Fragment.d.ts.map