import React from "react";
import { Meta, StoryObj } from "@storybook/react";
import { Progress } from ".";
declare const meta: Meta<typeof Progress>;
export default meta;
type Story = StoryObj<React.ComponentPropsWithoutRef<typeof Progress>>;
export declare const Default: Story;
export declare const WithCustomValue: Story;
export declare const SlowProgress: Story;
export declare const FastProgress: Story;
