import { TMarkType } from '../types';
export default function getLabel(type: TMarkType): string;
