/** @component progress-bar */ export declare function progressController($scope: any, $attrs: any, progressConfig: any): void; export declare namespace progressController { var $inject: string[]; } export declare function progress(): { replace: boolean; transclude: boolean; controller: string; require: string; scope: { maxParam: string; }; template: string; }; export declare function bar(): { replace: boolean; transclude: boolean; require: string; scope: { value: string; type: string; }; template: string; link: (scope: any, element: any, attrs: any, progressCtrl: any) => void; }; export declare function progressbar(): { replace: boolean; transclude: boolean; controller: string; scope: { value: string; maxParam: string; type: string; }; template: string; link: (scope: any, element: any, attrs: any, progressCtrl: any) => void; };