import type { State } from '../../types'; declare const isSuperscript: (state: State, customSuperscriptKey?: string) => boolean; export default isSuperscript;