interface Config { color: string; enable: boolean; loading: boolean; fullscreen: boolean; } export declare const useProgress: (container: any, config: Config) => void; export {};