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