import { TransformedToken } from 'style-dictionary/types';
/**
 * @name isTypographic
 * @type filter
 * @description only returns tokens of type `typography`, `fontFamily`
 */
export declare const isTypographic: (token: TransformedToken) => boolean;
