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