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