export interface CourierFont {
    family?: string;
    size?: number;
    color?: string;
}
//# sourceMappingURL=CourierFont.d.ts.map