import { Content } from "../types.js";
/**
 * The jsx fragment component that returns it's children as is.
 */
export declare function Fragment(props: {
    children?: Content;
}): Content;
//# sourceMappingURL=fragment.d.ts.map