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