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