export type SupportedLang = {
    label: string;
    transform: (arg0: HTMLElement, arg1: string) => HTMLElement;
};
