import { FragmentFn } from './types-common'; import { VNode } from './types'; /** * Render child elements using Fragment * * @example <> */ export declare const Fragment: FragmentFn;