import { Meta, Story } from '@storybook/react';
import { ProgressProps } from '..';
declare const _default: Meta<ProgressProps>;
export default _default;
export declare const Horizontal: Story<ProgressProps>;
export declare const WithHorizontalInner: Story<ProgressProps>;
export declare const Circular: Story<ProgressProps>;
export declare const WithCircularInner: Story<ProgressProps>;
