/// import { IconProps } from '../../types'; declare const RoundGraph: (allProps: IconProps) => JSX.Element; export default RoundGraph;