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