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