import type { RingProgressCssVariables, RingProgressFactory, RingProgressProps, RingProgressSection, RingProgressStylesNames } from './RingProgress';
export { RingProgress } from './RingProgress';
export type { RingProgressProps, RingProgressStylesNames, RingProgressFactory, RingProgressCssVariables, RingProgressSection, };
export declare namespace RingProgress {
    type Props = RingProgressProps;
    type StylesNames = RingProgressStylesNames;
    type Factory = RingProgressFactory;
    type CssVariables = RingProgressCssVariables;
    type Section = RingProgressSection;
}
