import type { FontStyle } from './Text.types';
import type { TextType } from '@momentum-design/components';
declare const mapOldToNewType: (type: FontStyle) => TextType;
export { mapOldToNewType };
