import { ReactIconComponentType } from '../types';

declare const Superscript: ReactIconComponentType;
export default Superscript;
            