/// <reference types="react" />
import { IPropsMarkWithType } from '../../types';
export default function MarkByType({ type, align, component, ...props }: IPropsMarkWithType): JSX.Element;
