import { ThemeSpace } from '../interfaces';
export default class ThemeDefault implements ThemeSpace.ThemePackage {
  defaultRowSize: number;
}
