import React from 'react'; export declare const Superscript: ({ children }: { children: any; }) => React.JSX.Element; export * from './deserializer';