import { CourierFont } from './CourierFont'; export interface CourierButton { font?: CourierFont; backgroundColor?: string; cornerRadius?: number; }