import type { IconProps } from '../types/index'; declare function SvgPieChart(iconProps: IconProps): JSX.Element; declare namespace SvgPieChart { var displayName: string; } export default SvgPieChart;