import './progress-line.scss'; export default function (): { template: any; restrict: string; scope: { value: string; running: string; }; link(scope: any, element: any): void; };