import React from 'react';
import type { SubSupAttributes } from '@atlaskit/adf-schema';
import type { MarkProps } from '../types';
export default function SubSup(props: MarkProps<SubSupAttributes>): React.JSX.Element;
