import type { WithNormalizedProps } from "../../global";
static interface ProgressBarInput extends Omit<Marko.HTML.Progress, `on${string}`> {
}
export interface Input extends WithNormalizedProps<ProgressBarInput> {
}
