import type { NProgressOptions } from 'nprogress';
interface Props {
    options?: Partial<NProgressOptions> & Partial<{
        color: string;
        height: string;
    }>;
}
export declare const QwikCityNprogress: import("@builder.io/qwik").Component<Props>;
export {};
