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