export interface BorderLinearProgressModel {
    colorBar?: string;
    backgroundColorBar?: string;
    height?: string;
    borderRadius?: number;
}
