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