import { ContainerType, ProgressBarType, ProgressBarValueType, LabelType, DescriptionType } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerType, never>; declare const ProgressBarBase: import("styled-components").StyledComponent<"div", any, ProgressBarType, never>; declare const ProgressBarValue: import("styled-components").StyledComponent<"span", any, ProgressBarValueType, never>; declare const Label: import("styled-components").StyledComponent<"label", any, LabelType, never>; declare const Description: import("styled-components").StyledComponent<"div", any, DescriptionType, never>; export { Container, Label, Description, ProgressBarBase, ProgressBarValue };