import { UI } from '../../../core/enums/ui';
export declare class ProgressLineComponent {
    ui: typeof UI;
    color: string;
    from: number;
}
