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