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