export declare const Key = "key";
export declare const Scope = "scope";
export declare const Signal = "signal";
export declare const Value = "value";
export declare const Gen = "gen";
export declare const Pending = "pending";
type Self = typeof import("./pending-render-prop.debug");
export type Value = Self[keyof Self];
export {};
