import type { RangeMarkProps } from './types';
import type { WordPressComponentProps } from '../context';
export default function RangeMark(props: WordPressComponentProps<RangeMarkProps, 'span'>): import("react").JSX.Element;
//# sourceMappingURL=mark.d.ts.map