import type { ElementType } from 'react';
import type { TypographyVariant } from './index';
export declare const matchVariantToTag: {
    [key in TypographyVariant]: ElementType;
};
