import { ProgressProps } from "./Progress.types"; export { default as Progress } from "./Progress"; export type { ProgressProps };