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