import type { ITheme } from '../../theme';
export declare function getThemeObject(theme?: string | ITheme): ITheme;
