import { Theme } from '../types'; import { SIZE } from '../constants'; import { ActiveTheme } from './activeTheme.type'; export declare const getTheme: (rowSize?: SIZE | undefined, activeTheme?: ActiveTheme) => Theme; export declare const THEME: Theme;