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