export declare const Key = "a";
export declare const Scope = "b";
export declare const Signal = "c";
export declare const Value = "d";
export declare const Gen = "e";
export declare const Pending = "f";
type Self = typeof import("./pending-render-prop");
export type Value = Self[keyof Self];
export {};
