import * as React from 'react';
import type { ProgressDonutProps } from './';
declare const _default: {
    tags: string[];
    title: string;
    component: import("flow-to-typescript-codemod").Flow.AbstractComponent<ProgressDonutProps, HTMLDivElement>;
    argTypes: {
        classNames: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
        percentage: {
            description: string;
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
                defaultValue: {
                    summary: number;
                };
            };
        };
        color: {
            description: string;
            options: unknown[];
            control: {
                type: string;
            };
            table: {
                type: {
                    summary: string;
                };
            };
        };
    };
    parameters: {
        docs: {
            subtitle: string;
            description: {
                component: string;
            };
        };
        storySource: {
            componentPath: string;
        };
    };
};
export default _default;
export declare const _Default: {
    (args: ProgressDonutProps): React.JSX.Element;
    args: {
        percentage: number;
    };
};
export declare const _WithCustomColor: {
    (args: ProgressDonutProps): React.JSX.Element;
    args: {
        percentage: number;
        color: string;
    };
};
//# sourceMappingURL=ProgressDonut.stories.d.ts.map