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