export type PogressContext = { value: number; max: number; }; export declare const ProgressContext: import("@builder.io/qwik").ContextId;