import { IPropertyListDescriptor } from '../IPropertyDescriptor';
export type FONT_FAMILY = string;
export type FontFamily = FONT_FAMILY[];
export declare const fontFamily: IPropertyListDescriptor<FontFamily>;
