import { CourierFont } from "./CourierFont"; export interface CourierButton { font?: CourierFont; backgroundColor?: string; cornerRadius?: number; } //# sourceMappingURL=CourierButton.d.ts.map