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