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