import { ClassName } from "@helpers/types"; export interface LinearProgressBarProps extends ClassName { progress: number; label: "none" | "right" | "bottom" | "topFloating" | "bottomFloating"; }