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