/// <reference types="react" />
import { UimIconProps } from '../index.types';
declare function UimChart(props: UimIconProps): JSX.Element;
export default UimChart;
