/// interface IProps { /** @ignore */ className?: string; radius: number; raised?: boolean; } /** * Inner circle hides segment centers, and provides a place to show the percentage number. */ declare const InnerCircle: import("styled-components").StyledComponent<(props: IProps) => JSX.Element, import("../../styles/Theme").IThemeInterface, {}, never>; export { InnerCircle };