import { Style } from '../types'; declare const addFontVariant: (style: Style, classNames: string) => void; export default addFontVariant;