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