import { EmphaseText } from '../text/Text.component'; export declare const CircularProgressBarContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never> & Partial, HTMLDivElement>, never>>> & string; export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{ children: React.ReactNode | string; status?: "healthy" | "warning" | "critical" | "unknown"; id?: string; } & { color?: keyof import("../..").CoreUITheme; variant?: import("../text/Text.component").TextVariant; isEmphazed?: boolean; isGentleEmphazed?: boolean; compact?: boolean; }, never> & Partial>> & string & Omit>; export declare const ProgressCircle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "$color" | "$circumference" | "$percent" | "$strokeWidth"> & { $circumference: number; $percent: number; $color?: string; $strokeWidth?: number; }, never> & Partial, "$color" | "$circumference" | "$percent" | "$strokeWidth"> & { $circumference: number; $percent: number; $color?: string; $strokeWidth?: number; }, never>>> & string; export declare const BackgroundCircle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "$backgroundColor" | "$strokeWidth"> & { $backgroundColor?: string; $strokeWidth?: number; }, never> & Partial, "$backgroundColor" | "$strokeWidth"> & { $backgroundColor?: string; $strokeWidth?: number; }, never>>> & string; //# sourceMappingURL=CircularProgressBar.component.style.d.ts.map