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