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