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