import { ReactNode } from 'react'; /** * React context that carries the "loading / missing data" fallback node used * by PieUI. PieRoot variants populate it from their `fallback` prop, and * dynamic components (lazy-loaded cards, deferred UI regions) read from this * context so that every empty state in a tree shares the same visual. */ declare const FallbackContext: import("react").Context; export default FallbackContext; //# sourceMappingURL=fallback.d.ts.map