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