/** @jsxImportSource react */
export default function Progressbar({ value }: {
    value: number;
}): import("react/jsx-runtime").JSX.Element;
