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