import { CourierFont } from './CourierFont';

export interface Android_CourierSheet {
  font?: CourierFont;
  toggleTrackColor?: string;
  toggleThumbColor?: string;
}
