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