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