/// <reference types="react/experimental" />
import { SuspenseProps } from 'react';
export declare function SuspenseBoundary(props: SuspenseProps & {
    name: string;
}): import("react/jsx-runtime").JSX.Element;
